Diff for /embedaddon/php/Zend/tests/bug39304.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:47:52 version 1.1.1.2, 2012/05/29 12:34:36
Line 4  Bug #39304 (Segmentation fault with list unpacking of  Line 4  Bug #39304 (Segmentation fault with list unpacking of 
 <?php   <?php 
   $s = "";    $s = "";
   list($a, $b) = $s[0];    list($a, $b) = $s[0];
   echo "I am alive";
 ?>  ?>
 --EXPECTF--  --EXPECTF--
Notice: Uninitialized string offset: 0 in %sbug39304.php on line 3Notice: Uninitialized string offset: 0 in %sbug39304.php on line %d
   
Fatal error: Cannot use string offset as an array in %sbug39304.php on line 3Notice: Uninitialized string offset: 1 in %sbug39304.php on line %d
 
 Notice: Uninitialized string offset: 0 in %sbug39304.php on line %d
 I am alive
 

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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