summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-03-05 15:12:27 +0000
committerJani Taskinen <jani@php.net>2008-03-05 15:12:27 +0000
commit90f420baa5f672e49363c946ad2964e6981e20ce (patch)
tree2d26dbf5f766df201c044cbb7a060a349cf5bc80
parent6eee168067de650ef97cbe1350c92e2d42d57f93 (diff)
downloadphp-git-90f420baa5f672e49363c946ad2964e6981e20ce.tar.gz
- fix test (MF53)
-rw-r--r--ext/mbstring/tests/bug43301.phpt6
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/mbstring/tests/bug43301.phpt b/ext/mbstring/tests/bug43301.phpt
index d0c244e052..858520fdf9 100644
--- a/ext/mbstring/tests/bug43301.phpt
+++ b/ext/mbstring/tests/bug43301.phpt
@@ -12,11 +12,9 @@ hello, I have got a cr*sh on you
doc;
echo mb_ereg_replace($ptr,'$1',$txt,'e');
-
?>
--EXPECTF--
-Parse error: parse error, expecting `T_VARIABLE' or `'$'' in %s(9) : mbregex replace on line %d
+Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in %s/bug43301.php(%d) : mbregex replace on line 1
Fatal error: mb_ereg_replace(): Failed evaluating code:
-$1 in %s on line %d
-
+$1 in %s/bug43301.php on line %d