summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/preg_replace_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/preg_replace_basic.phpt')
-rw-r--r--ext/pcre/tests/preg_replace_basic.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pcre/tests/preg_replace_basic.phpt b/ext/pcre/tests/preg_replace_basic.phpt
index 9c2eba47d8..266bd0eebd 100644
--- a/ext/pcre/tests/preg_replace_basic.phpt
+++ b/ext/pcre/tests/preg_replace_basic.phpt
@@ -16,7 +16,6 @@ var_dump(preg_replace('<(^[a-z]\w+)@(\w+)\.(\w+)\.([a-z]{2,}$)>', '\\1 at \\2 do
?>
--EXPECT--
-
string(54) "123456789 - Hello, world - This is a string."
string(54) "123456789 - Hello, world - This is a string."
string(54) "444444444 - Hello, world - This is a string."