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

1.1       misho       1: --TEST--
                      2: Bug #24773 (unset() of integers treated as arrays causes a crash)
                      3: --FILE--
                      4: <?php
                      5:        $array = 'test';
                      6:        unset($array["lvl1"]["lvl2"]["b"]);
                      7: ?>
                      8: --EXPECTF--
                      9: Fatal error: Cannot unset string offsets in %s on line %d

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