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

1.1       misho       1: --TEST--
                      2: errmsg: can't use [] for unsetting
                      3: --FILE--
                      4: <?php
                      5: 
                      6: $a = array();
                      7: unset($a[]);
                      8: 
                      9: echo "Done\n";
                     10: ?>
                     11: --EXPECTF--    
                     12: Fatal error: Cannot use [] for unsetting in %s on line %d

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