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

1.1       misho       1: --TEST--
                      2: Testing dynamic call with undefined variables
                      3: --FILE--
                      4: <?php 
                      5: 
                      6: $a::$b();
                      7: 
                      8: ?>
                      9: --EXPECTF--
                     10: Notice: Undefined variable: a in %s on line %d
                     11: 
                     12: Fatal error: Class name must be a valid object or a string in %s on line %d

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