Annotation of embedaddon/php/Zend/tests/lsb_006.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: ZE2 Late Static Binding ensuring extending 'static' is not allowed
                      3: --FILE--
                      4: <?php
                      5: 
                      6: class Foo extends static {
                      7: }
                      8: 
                      9: ?>
                     10: ==DONE==
                     11: --EXPECTF--
                     12: Parse error: %s error,%sexpecting %s in %s on line %d
                     13: 

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