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

1.1     ! misho       1: --TEST--
        !             2: ZE2 Late Static Binding class name "static"
        !             3: --FILE--
        !             4: <?php
        !             5: class static {
        !             6: }
        !             7: --EXPECTF--
        !             8: Parse error: %s error,%sexpecting %s in %s on line %d
        !             9: 

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