Skip to content

Commit 010d6a4

Browse files
committed
Convert SKIPIF -> EXTENSIONS in new opcache test
1 parent ba9c0b3 commit 010d6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/opcache/tests/jit/bug81051.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
--TEST--
22
Bug #80839: PHP problem with JIT
3+
--EXTENSIONS--
4+
opcache
35
--INI--
46
opcache.enable=1
57
opcache.enable_cli=1
68
opcache.jit_buffer_size=1M
79
opcache.jit=1205
8-
--SKIPIF--
9-
<?php require_once('skipif.inc'); ?>
1010
--FILE--
1111
<?php
1212
class Binary{

0 commit comments

Comments
 (0)