ru_php/Zend/tests/readonly_classes/gh10377_2.phpt

11 lines
245 B
PHP

--TEST--
GH-10377 (Unable to have an anonymous readonly class) - usage variation: abstract modifier
--FILE--
<?php
$x = new abstract class {};
?>
--EXPECTF--
Fatal error: Cannot use the abstract modifier on an anonymous class in %s on line %d