From: Nikita Popov Date: Wed, 12 Jun 2019 13:56:38 +0000 (+0200) Subject: Skip syntax errors in skipif conditions X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eabb8a6324dbe306f87a05d28709f461ef3c2589;p=php Skip syntax errors in skipif conditions --- diff --git a/sapi/phpdbg/tests/watch_001.phpt b/sapi/phpdbg/tests/watch_001.phpt index 05eb833128..86e5786e97 100644 --- a/sapi/phpdbg/tests/watch_001.phpt +++ b/sapi/phpdbg/tests/watch_001.phpt @@ -3,7 +3,7 @@ Test simple recursive watchpoint --SKIPIF-- --INI-- diff --git a/sapi/phpdbg/tests/watch_002.phpt b/sapi/phpdbg/tests/watch_002.phpt index c0d9536e9d..52336c08d0 100644 --- a/sapi/phpdbg/tests/watch_002.phpt +++ b/sapi/phpdbg/tests/watch_002.phpt @@ -3,7 +3,7 @@ Test simple array watchpoint with replace --SKIPIF-- --PHPDBG-- diff --git a/sapi/phpdbg/tests/watch_003.phpt b/sapi/phpdbg/tests/watch_003.phpt index 5bc560e749..e054b6f324 100644 --- a/sapi/phpdbg/tests/watch_003.phpt +++ b/sapi/phpdbg/tests/watch_003.phpt @@ -3,7 +3,7 @@ Test simple watchpoint with replace --SKIPIF-- --PHPDBG-- diff --git a/sapi/phpdbg/tests/watch_004.phpt b/sapi/phpdbg/tests/watch_004.phpt index e21c1dceb6..dcb37a4959 100644 --- a/sapi/phpdbg/tests/watch_004.phpt +++ b/sapi/phpdbg/tests/watch_004.phpt @@ -3,7 +3,7 @@ Test detection of inline string manipulations on zval watch --SKIPIF-- --INI-- diff --git a/sapi/phpdbg/tests/watch_005.phpt b/sapi/phpdbg/tests/watch_005.phpt index 7d479b5548..0bd44c9a01 100644 --- a/sapi/phpdbg/tests/watch_005.phpt +++ b/sapi/phpdbg/tests/watch_005.phpt @@ -3,7 +3,7 @@ Test proper watch comparisons when having multiple levels of indirection from a --SKIPIF-- --PHPDBG-- diff --git a/sapi/phpdbg/tests/watch_006.phpt b/sapi/phpdbg/tests/watch_006.phpt index f9a1f2c86c..fa292005a4 100644 --- a/sapi/phpdbg/tests/watch_006.phpt +++ b/sapi/phpdbg/tests/watch_006.phpt @@ -3,7 +3,7 @@ Test multiple watch elements pointing to the same watchpoint --SKIPIF-- --PHPDBG--