Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ed6897e

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /