summaryrefslogtreecommitdiff
path: root/Zend/tests/str_offset_002.phpt
blob: 1c465e5bae8054c224f303d408367d15fe91f34d (plain)
1
2
3
4
5
6
7
8
9
--TEST--
string offset 002
--FILE--
<?php
$a = "aaa";
$x = array(&$a[1]);
?>
--EXPECTF--
Fatal error: Cannot create references to/from string offsets in %sstr_offset_002.php on line 3