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

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

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