Skip to content

Commit 52cc17c

Browse files
committed
New test
1 parent d9dfad8 commit 52cc17c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
--TEST--
2+
oss-fuzz #65498
3+
--INI--
4+
opcache.enable_cli=1
5+
opcache.jit_buffer_size=64M
6+
opcache.jit=function
7+
--EXTENSIONS--
8+
opcache
9+
--FILE--
10+
<?php
11+
function test() {
12+
for ($cnt=0; $cnt<6; $cnt++)
13+
for(;$y;y);
14+
}
15+
?>
16+
DONE
17+
--EXPECT--
18+
DONE

0 commit comments

Comments
 (0)