summaryrefslogtreecommitdiff
path: root/Zend/tests/str_offset_002.phpt
blob: 8e29980d67f5b72bfae6e15e7ce5105a4806befc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
string offset 002
--FILE--
<?php
$a = "aaa";
$x = array(&$a[1]);
?>
--EXPECTF--
Fatal error: Uncaught EngineException: Cannot create references to/from string offsets in %sstr_offset_002.php:3
Stack trace:
#0 {main}
  thrown in %sstr_offset_002.php on line 3