Skip to content

Commit e836fee

Browse files
committed
fix: test: opcache sometime skip arginfo / zpp check
1 parent 4409adb commit e836fee

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'] ?? false) die('skip sometimes skip arginfo / zpp check on JIT'); ?>
6+
<?php if (!PHP_DEBUG) die('skip debug build only'); if (extension_loaded('zend opcache')) die('skip sometimes skip arginfo / zpp check on Zend OPcache'); ?>
77
--ENV--
88
ZEND_SUPPRESS_ARGINFO_ZPP_MISMATCH=0
99
--FILE--

0 commit comments

Comments
 (0)