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

1.1       misho       1: --TEST--
                      2: errmsg: cannot create references to temp array
                      3: --FILE--
                      4: <?php
                      5: 
                      6: foreach (array(1,2,3) as $k=>&$v) {
                      7: }
                      8: 
                      9: echo "Done\n";
                     10: ?>
                     11: --EXPECTF--    
                     12: Fatal error: Cannot create references to elements of a temporary array expression in %s on line %d

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