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

1.1       misho       1: --TEST--
                      2: using multiple access modifiers (static methods)
                      3: --FILE--
                      4: <?php
                      5: 
                      6: class test {
                      7:        static static function foo() {
                      8:        }
                      9: }
                     10: 
                     11: echo "Done\n";
                     12: ?>
                     13: --EXPECTF--    
                     14: Fatal error: Multiple static modifiers are not allowed in %s on line %d

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