1.1 ! misho 1: --TEST-- ! 2: string offset 002 ! 3: --FILE-- ! 4: <?php ! 5: $a = "aaa"; ! 6: $x = array(&$a[1]); ! 7: ?> ! 8: --EXPECTF-- ! 9: Fatal error: Cannot create references to/from string offsets in %sstr_offset_002.php on line 3