Skip to content

Commit 31c2413

Browse files
committed
skipif opcache
1 parent a5864c8 commit 31c2413

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Zend/tests/arginfo_zpp_mismatch_unsuppress.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Test don't suppress arginfo / zpp mismatch
33
--EXTENSIONS--
44
zend_test
55
--SKIPIF--
6-
<?php if (!PHP_DEBUG) die('skip debug build only'); ?>
6+
<?php if (!PHP_DEBUG) die('skip debug build only'); if (extension_loaded('zend opcache')) die('skip OPcache replaces zend_execute_ex'); ?>
7+
--ENV--
8+
ZEND_SUPPRESS_ARGINFO_ZPP_MISMATCH=0
79
--FILE--
810
<?php
911
zend_test_arginfo_zpp_mismatch(1);

0 commit comments

Comments
 (0)