str_offset_002.phpt 258 B

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