diff options
author | Patrick Allaert <patrickallaert@php.net> | 2010-11-08 09:29:15 +0000 |
---|---|---|
committer | Patrick Allaert <patrickallaert@php.net> | 2010-11-08 09:29:15 +0000 |
commit | 817776d1b99c8b4fab8597238ec58019e569abcd (patch) | |
tree | 78375804973248a8e1d37f285294c48a11695eff /ext/mbstring | |
parent | 53544e36f29c4ad957e97b98901f917fc8fd5774 (diff) | |
download | php-git-817776d1b99c8b4fab8597238ec58019e569abcd.tar.gz |
- Fixed tests not passing under windows because of the directory separator
difference (thanks Eyal Teutsch for reporting)
Diffstat (limited to 'ext/mbstring')
-rw-r--r-- | ext/mbstring/tests/bug43301.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/tests/bug43301.phpt b/ext/mbstring/tests/bug43301.phpt index 71b169c12c..310426a142 100644 --- a/ext/mbstring/tests/bug43301.phpt +++ b/ext/mbstring/tests/bug43301.phpt @@ -15,7 +15,7 @@ echo mb_ereg_replace($ptr,'$1',$txt,'e'); ?> --EXPECTF-- -Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in %s/bug43301.php(%d) : mbregex replace on line 1 +Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in %sbug43301.php(%d) : mbregex replace on line 1 Fatal error: mb_ereg_replace(): Failed evaluating code: -$1 in %s/bug43301.php on line %d +$1 in %sbug43301.php on line %d |