php-src/Zend/tests/traits/error_002.phpt

13 lines
148 B
Plaintext
Raw Normal View History

2010-05-04 19:06:13 +00:00
--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