Skip to content

Commit 9108ac6

Browse files
committed
Fixed test
1 parent a3a74b0 commit 9108ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/opcache/tests/jit/bug80959.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
--TEST--
22
Bug #80959: infinite loop in building cfg during JIT compilation
3+
--EXTENSIONS--
4+
opcache
35
--INI--
46
opcache.enable=1
57
opcache.enable_cli=1
68
opcache.jit_buffer_size=1M
79
opcache.jit=tracing
8-
--SKIPIF--
9-
<?php require_once('skipif.inc'); ?>
1010
--FILE--
1111
<?php
1212
function test($a, $b) {

0 commit comments

Comments
 (0)