Annotation of embedaddon/php/Zend/tests/bug41351_3.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #41351 (Invalid opcode with foreach ($a[] as $b)) - 3
        !             3: --FILE--
        !             4: <?php
        !             5: 
        !             6: $a = array();
        !             7: 
        !             8: foreach($a['test'][] as $b) {
        !             9: }
        !            10: 
        !            11: echo "Done\n";
        !            12: ?>
        !            13: --EXPECTF--    
        !            14: Fatal error: Cannot use [] for reading in %s on line %d

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