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.
2 parents bc14827 + 6f8261e commit 20d2ecfCopy full SHA for 20d2ecf
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