summaryrefslogtreecommitdiff
path: root/ext/pcre/tests
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-07-03 16:03:51 +0000
committerHannes Magnusson <bjori@php.net>2006-07-03 16:03:51 +0000
commit87bc74ea7a880ec05197e6ac3960093188eedf24 (patch)
tree1baf15df276a31f07043406f58fa070b643bf1e6 /ext/pcre/tests
parent919d737505e50bb188814dc23c13dfe92d6d2cd4 (diff)
downloadphp-git-87bc74ea7a880ec05197e6ac3960093188eedf24.tar.gz
fix tests
Diffstat (limited to 'ext/pcre/tests')
-rw-r--r--ext/pcre/tests/preg_replace_callback2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/preg_replace_callback2.phpt b/ext/pcre/tests/preg_replace_callback2.phpt
index 65f23ca6cb..a7f5a362dc 100644
--- a/ext/pcre/tests/preg_replace_callback2.phpt
+++ b/ext/pcre/tests/preg_replace_callback2.phpt
@@ -22,7 +22,7 @@ var_dump(preg_replace_callback('~\A.~', 'g', array(array('xyz'))));
var_dump(preg_replace_callback('~\A.~', create_function('$m', 'return strtolower($m[0]);'), 'ABC'));
?>
--EXPECTF--
-Warning: preg_replace_callback(): Unable to call custom replacement function ins %preg_replace_callback2.php on line 8
+Warning: preg_replace_callback(): Unable to call custom replacement function in %spreg_replace_callback2.php on line %d
array(3) {
[0]=>
string(12) "'a' 'b3' bcd"