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

13 lines
193 B
PHP

--TEST--
Trying to implement a trait
--FILE--
<?php
trait abc { }
class foo implements abc { }
?>
--EXPECTF--
Fatal error: foo cannot implement abc - it is not an interface in %s on line %d