summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/bug73392.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/bug73392.phpt')
-rw-r--r--ext/pcre/tests/bug73392.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pcre/tests/bug73392.phpt b/ext/pcre/tests/bug73392.phpt
index 2b432543b8..90606c9e05 100644
--- a/ext/pcre/tests/bug73392.phpt
+++ b/ext/pcre/tests/bug73392.phpt
@@ -20,7 +20,6 @@ var_dump(preg_replace_callback_array(
"/a/" => 'b', "/b/" => function () { return "c"; }, "/c/" => new Rep, "reporting" => array("Foo", "rep"), "a1" => array("Foo", "rep"),
), 'a'));
?>
-
--EXPECTF--
Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric or backslash in %sbug73392.php on line %d