summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/pcre_anchored.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/pcre_anchored.phpt')
-rw-r--r--ext/pcre/tests/pcre_anchored.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/pcre_anchored.phpt b/ext/pcre/tests/pcre_anchored.phpt
index c03d13501a..7852cd6d62 100644
--- a/ext/pcre/tests/pcre_anchored.phpt
+++ b/ext/pcre/tests/pcre_anchored.phpt
@@ -3,7 +3,7 @@ A (PCRE_ANCHORED) modifier
--SKIPIF--
<?php
if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
- die("skip no support for \p support PCRE library");
+ die("skip no support for \p support PCRE library");
}
?>
--FILE--