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 7fe7694 commit ed6897eCopy full SHA for ed6897e
Zend/tests/arginfo_zpp_mismatch_unsuppress.phpt
@@ -3,7 +3,7 @@ Test don't suppress arginfo / zpp mismatch
3
--EXTENSIONS--
4
zend_test
5
--SKIPIF--
6
-<?php if (!PHP_DEBUG) die('skip debug build only'); if (extension_loaded('zend opcache') && opcache_get_status()['jit']['enabled']) die('skip sometimes skip arginfo / zpp check on JIT'); ?>
+<?php if (!PHP_DEBUG) die('skip debug build only'); if (extension_loaded('zend opcache') && opcache_get_status()['jit']['enabled'] ?? false) die('skip sometimes skip arginfo / zpp check on JIT'); ?>
7
--ENV--
8
ZEND_SUPPRESS_ARGINFO_ZPP_MISMATCH=0
9
--FILE--
0 commit comments