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

1.1       misho       1: --TEST--
                      2: Indirect method call by array - Invalid method name
                      3: --FILE--
                      4: <?php
                      5: 
                      6: $arr = array('stdclass', 'b');
                      7: $arr();
                      8: 
                      9: ?>
                     10: --EXPECTF--
                     11: Fatal error: Call to undefined method stdClass::b() in %s on line %d

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