We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad1660 commit 6e7e52dCopy full SHA for 6e7e52d
ext/opcache/tests/jit/bug80426.phpt
@@ -9,7 +9,7 @@ zend_test.replace_zend_execute_ex=1
9
opcache
10
zend_test
11
--SKIPIF--
12
-<?php if (!isset(opcache_get_status()["jit"])) die('skip: JIT is not available'); ?>
+<?php if ((opcache_get_status()['jit']['on'] ?? false) === false) die('skip: JIT is not available'); ?>
13
--FILE--
14
<?php
15
0 commit comments