temporary_cleaning_016.phpt 248 B

123456789101112131415
  1. --TEST--
  2. Live ranges should be ordered according to "start" position
  3. --FILE--
  4. <?php
  5. set_error_handler(function($no, $msg) { throw new Exception; });
  6. try {
  7. $a = [];
  8. $str = "$a${"y$a$a"}y";
  9. } catch (Exception $e) {
  10. }
  11. ?>
  12. DONE
  13. --EXPECT--
  14. DONE