mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
New test
This commit is contained in:
18
ext/opcache/tests/jit/oss-fuzz-65498.phpt
Normal file
18
ext/opcache/tests/jit/oss-fuzz-65498.phpt
Normal 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
|
||||
Reference in New Issue
Block a user