summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/preg_quote_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/preg_quote_basic.phpt')
-rw-r--r--ext/pcre/tests/preg_quote_basic.phpt3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/pcre/tests/preg_quote_basic.phpt b/ext/pcre/tests/preg_quote_basic.phpt
index 2697a80155..bdcd933428 100644
--- a/ext/pcre/tests/preg_quote_basic.phpt
+++ b/ext/pcre/tests/preg_quote_basic.phpt
@@ -15,11 +15,10 @@ var_dump(preg_match('/^[tT]\w{6} - ' . preg_quote($string_before, '/') . ' [a-z]
var_dump($matches1);
?>
--EXPECT--
-
$string_before looks like: /this *-has \ metacharacters^ in $
$string_after looks like: \/this \*\-has \\ metacharacters\^ in \$, with metacharacters and / (set as delimiter) escaped
int(1)
array(1) {
[0]=>
string(58) "testing - /this *-has \ metacharacters^ in $ should work"
-} \ No newline at end of file
+}