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

1.1       misho       1: --TEST--
                      2: Testing dynamic call with invalid method name
                      3: --FILE--
                      4: <?php 
                      5: 
                      6: $a = new stdClass;
                      7: $b = 1;
                      8: 
                      9: $a::$b();
                     10: 
                     11: ?>
                     12: --EXPECTF--
                     13: Fatal error: Function name must be a string in %s on line %d

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