ru_php/Zend/tests/readonly_props/readonly_method_trait.phpt

13 lines
203 B
Plaintext
Raw Permalink Normal View History

--TEST--
Method cannot be readonly in trait alias
--FILE--
<?php
class Test {
use T { foo as readonly; }
}
?>
--EXPECTF--
Fatal error: Cannot use the readonly modifier on a method in %s on line %d