summaryrefslogtreecommitdiff
path: root/Zend/tests/bug39304.phpt
blob: 9e4416c9698261c1d2355bdc7f5bea870861e40d (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #39304 (Segmentation fault with list unpacking of string offset)
--FILE--
<?php 
  $s = "";
  list($a, $b) = $s[0];
?>
--EXPECTF--
Fatal error: Cannot use string offset as an array in %sbug39304.php on line 3