summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/bug27103.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/bug27103.phpt')
-rw-r--r--ext/pcre/tests/bug27103.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/bug27103.phpt b/ext/pcre/tests/bug27103.phpt
index 0b706010a0..9ba70f7a64 100644
--- a/ext/pcre/tests/bug27103.phpt
+++ b/ext/pcre/tests/bug27103.phpt
@@ -3,7 +3,7 @@ Bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets)
--SKIPIF--
<?php
if (@preg_match('/./u', '') === false) {
- die('skip no utf8 support in PCRE library');
+ die('skip no utf8 support in PCRE library');
}
?>
--FILE--