summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/preg_replace_callback_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/preg_replace_callback_basic.phpt')
-rw-r--r--ext/pcre/tests/preg_replace_callback_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/preg_replace_callback_basic.phpt b/ext/pcre/tests/preg_replace_callback_basic.phpt
index 01d290a1b9..45778871db 100644
--- a/ext/pcre/tests/preg_replace_callback_basic.phpt
+++ b/ext/pcre/tests/preg_replace_callback_basic.phpt
@@ -26,7 +26,7 @@ $new_subject3 = preg_replace_callback('/\d/', "integer_word", $subject3, 5, $cou
print "$new_subject3 \n";
print $count;
?>
---EXPECTF--
+--EXPECT--
there are seven words in this sentence.
one two three 4 is now written in words
there are no numbers in this string