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

1.1     ! misho       1: --TEST--
        !             2: Bug #39304 (Segmentation fault with list unpacking of string offset)
        !             3: --FILE--
        !             4: <?php 
        !             5:   $s = "";
        !             6:   list($a, $b) = $s[0];
        !             7: ?>
        !             8: --EXPECTF--
        !             9: Notice: Uninitialized string offset: 0 in %sbug39304.php on line 3
        !            10: 
        !            11: Fatal error: Cannot use string offset as an array in %sbug39304.php on line 3

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