summaryrefslogtreecommitdiff
path: root/Zend/tests/temporary_cleaning_016.phpt
blob: cdc9bff0cb8c205209712f6ad8480a4a6512d305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
Live ranges should be ordered according to "start" position
--FILE--
<?php
set_error_handler(function($no, $msg) { throw new Exception; });

try {
    $a = [];
    $str = "$a${"y$a$a"}y";
} catch (Exception $e) {
}
?>
DONE
--EXPECT--
DONE