summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/watch_002.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-14 09:29:14 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-14 09:29:14 +0200
commit646b64b1193e62a6882de8ea9d943890eb75f791 (patch)
treeb70676629073b4114802605c2c44b028b5abd33c /sapi/phpdbg/tests/watch_002.phpt
parent8b6b4870e7819c1e03ed128a3a355ab48d5d48a2 (diff)
downloadphp-git-646b64b1193e62a6882de8ea9d943890eb75f791.tar.gz
Fix skipif syntax errors
Apparently I did this only on masster...
Diffstat (limited to 'sapi/phpdbg/tests/watch_002.phpt')
-rw-r--r--sapi/phpdbg/tests/watch_002.phpt2
1 files changed, 1 insertions, 1 deletions
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--
<?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--