Skip to content

Commit ed6897e

Browse files
committed
fix jit unsupported platform
1 parent 7fe7694 commit ed6897e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/arginfo_zpp_mismatch_unsuppress.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Test don't suppress arginfo / zpp mismatch
33
--EXTENSIONS--
44
zend_test
55
--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'); ?>
6+
<?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'); ?>
77
--ENV--
88
ZEND_SUPPRESS_ARGINFO_ZPP_MISMATCH=0
99
--FILE--

0 commit comments

Comments
 (0)