Annotation of embedaddon/php/Zend/tests/traits/error_007.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Trying to instantiate a trait
        !             3: --FILE--
        !             4: <?php
        !             5: 
        !             6: trait abc { 
        !             7: }
        !             8: 
        !             9: new abc;
        !            10: 
        !            11: ?>
        !            12: --EXPECTF--
        !            13: Fatal error: Cannot instantiate trait abc in %s on line %d

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>