1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
This commit is contained in:
Dmitry Stogov
2024-01-10 17:39:34 +03:00
parent d9dfad8ea9
commit 52cc17c665

View File

@@ -0,0 +1,18 @@
--TEST--
oss-fuzz #65498
--INI--
opcache.enable_cli=1
opcache.jit_buffer_size=64M
opcache.jit=function
--EXTENSIONS--
opcache
--FILE--
<?php
function test() {
for ($cnt=0; $cnt<6; $cnt++)
for(;$y;y);
}
?>
DONE
--EXPECT--
DONE