Skip syntax errors in skipif conditions

This commit is contained in:
Nikita Popov 2019-06-12 15:56:38 +02:00
parent b277548ed5
commit eabb8a6324
6 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ Test simple recursive watchpoint
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures")
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--INI--

View file

@ -3,7 +3,7 @@ Test simple array watchpoint with replace
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures")
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--PHPDBG--

View file

@ -3,7 +3,7 @@ Test simple watchpoint with replace
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures")
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--PHPDBG--

View file

@ -3,7 +3,7 @@ Test detection of inline string manipulations on zval watch
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures")
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--INI--

View file

@ -3,7 +3,7 @@ Test proper watch comparisons when having multiple levels of indirection from a
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures")
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--PHPDBG--

View file

@ -3,7 +3,7 @@ Test multiple watch elements pointing to the same watchpoint
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures")
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--PHPDBG--