php-8.0.30-src/Zend/tests/traits/error_009.phpt

13 lines
176 B
PHP

--TEST--
Trying to extend a trait
--FILE--
<?php
trait abc { }
class foo extends abc { }
?>
--EXPECTF--
Fatal error: Class foo cannot extend from trait abc in %s on line %d