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 f8cc253

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

Lines changed: 2 additions & 0 deletions
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‎

Lines changed: 2 additions & 0 deletions
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)

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