xref: /php-src/ext/opcache/tests/jit/gh16355.phpt (revision c98c1986)
1--TEST--
2GH-16355 (Assertion failure in ext/opcache/jit/ir/ir_ra.c:1139)
3--EXTENSIONS--
4opcache
5--INI--
6opcache.jit=1203
7opcache.jit_buffer_size=64M
8--FILE--
9<?php
10function test($in, $cond) {
11    if ($cond) {
12        eval('');
13    }
14    while (stream_bucket_make_writeable($in)) {}
15}
16?>
17DONE
18--EXPECT--
19DONE
20