php-src/Zend/tests/traits/error_002.phpt
2020-07-10 21:05:28 +02:00

13 lines
151 B
PHP

--TEST--
Trying to use an undefined trait
--FILE--
<?php
class A {
use abc;
}
?>
--EXPECTF--
Fatal error: Trait "abc" not found in %s on line %d