xref: /PHP-8.3/ext/opcache/tests/opt/dce_013.phpt (revision 78c7289f)
1--TEST--
2Incorrect DCE of FREE
3--FILE--
4<?php
5function foo() {
6  $a = $r[] = $r = []&$y;
7  list(&$y)=$a;
8}
9?>
10DONE
11--EXPECT--
12DONE
13