We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d11c1 commit 31eafedCopy full SHA for 31eafed
ext/opcache/tests/jit/bug80426.phpt
@@ -7,6 +7,7 @@ opcache.jit_buffer_size=1M
7
zend_test.replace_zend_execute_ex=1
8
--SKIPIF--
9
<?php require_once('skipif.inc'); ?>
10
+<?php if (!isset(opcache_get_status()["jit"])) die('skip: JIT is not available'); ?>
11
<?php if (!extension_loaded('zend-test')) die('skip: zend-test extension required'); ?>
12
--FILE--
13
<?php
0 commit comments