Annotation of embedaddon/php/Zend/tests/traits/error_002.phpt, revision 1.1
1.1 ! misho 1: --TEST--
! 2: Trying to use an undefined trait
! 3: --FILE--
! 4: <?php
! 5:
! 6: class A {
! 7: use abc;
! 8: }
! 9:
! 10: ?>
! 11: --EXPECTF--
! 12: Fatal error: Trait 'abc' not found in %s on line %d