ru_php/Zend/tests/readonly_props/readonly_method.phpt

13 lines
189 B
Plaintext
Raw Permalink Normal View History

--TEST--
Method cannot be readonly
--FILE--
<?php
class Test {
readonly function test() {}
}
?>
--EXPECTF--
Fatal error: Cannot use the readonly modifier on a method in %s on line %d