]> granicus.if.org Git - php/commitdiff
Skip syntax errors in skipif conditions
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 12 Jun 2019 13:56:38 +0000 (15:56 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 12 Jun 2019 13:56:38 +0000 (15:56 +0200)
sapi/phpdbg/tests/watch_001.phpt
sapi/phpdbg/tests/watch_002.phpt
sapi/phpdbg/tests/watch_003.phpt
sapi/phpdbg/tests/watch_004.phpt
sapi/phpdbg/tests/watch_005.phpt
sapi/phpdbg/tests/watch_006.phpt

index 05eb8331284d30b81f6299c2f6e1fea1f76c4dd6..86e5786e97cc94b332460976469a0e92e3b43de2 100644 (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--
index c0d9536e9d1b1d8c77e02af7f2e65797fac5473d..52336c08d0b0248e51744908a0d73d02b4539d21 100644 (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--
index 5bc560e7498351e3665f1986acfa010a9cf02092..e054b6f324fa7a6b0f71bf7583e8c8aa1a7a9d56 100644 (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--
index e21c1dceb6be17de08fe569ba0b1e1497393bc33..dcb37a49595dd701fd6ed5470213ffc601922ec6 100644 (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--
index 7d479b5548fd61134a8a054ffb39de8817b380c5..0bd44c9a012670383a074c2a1795575b30e3db0a 100644 (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--
index f9a1f2c86cc27523baa7f55bd820ac35e130a13e..fa292005a499aba2d2ad643a70021f42b31756aa 100644 (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--