Skip to content

Commit f8cc253

Browse files
committed
DEBUG: fix SKIPIF
1 parent ce41a3d commit f8cc253

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Zend/tests/arginfo_zpp_mismatch_suppress.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Test suppressing arginfo / zpp mismatch
33
--EXTENSIONS--
44
zend_test
5+
--SKIPIF--
6+
<?php if (!PHP_DEBUG) die('skip debug build only'); ?>
57
--ENV--
68
ZEND_SUPPRESS_ARGINFO_ZPP_MISMATCH=1
79
--FILE--

Zend/tests/arginfo_zpp_mismatch_unsuppress.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Test don't suppress arginfo / zpp mismatch
33
--EXTENSIONS--
44
zend_test
5+
--SKIPIF--
6+
<?php if (!PHP_DEBUG) die('skip debug build only'); ?>
57
--ENV--
68
ZEND_SUPPRESS_ARGINFO_ZPP_MISMATCH=0
79
--FILE--

0 commit comments

Comments
 (0)