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 a5864c8 commit 31c2413Copy full SHA for 31c2413
Zend/tests/arginfo_zpp_mismatch_unsuppress.phpt
@@ -3,7 +3,9 @@ Test don't suppress arginfo / zpp mismatch
3
--EXTENSIONS--
4
zend_test
5
--SKIPIF--
6
-<?php if (!PHP_DEBUG) die('skip debug build only'); ?>
+<?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
9
--FILE--
10
<?php
11
zend_test_arginfo_zpp_mismatch(1);
0 commit comments