php-src/Zend/tests/traits/error_008.phpt
2010-05-04 19:06:13 +00:00

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