summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
authorMatt Wilmas <mattwil@php.net>2008-05-29 07:33:03 +0000
committerMatt Wilmas <mattwil@php.net>2008-05-29 07:33:03 +0000
commit70c5d7fcb50f1714a070aad9cdccc32b84c7ee16 (patch)
tree6336ac621d1f64944df2c49e62bebf54b7040695 /ext/standard
parent6e79f8f9999aa42918bf1ee0e9022d169c5919b9 (diff)
downloadphp-git-70c5d7fcb50f1714a070aad9cdccc32b84c7ee16.tar.gz
Fixed tests on Windows
Diffstat (limited to 'ext/standard')
-rw-r--r--ext/standard/tests/array/bug43495.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/bug43495.phpt b/ext/standard/tests/array/bug43495.phpt
index cd0fab141a..8b8f3a6edb 100644
--- a/ext/standard/tests/array/bug43495.phpt
+++ b/ext/standard/tests/array/bug43495.phpt
@@ -17,5 +17,5 @@ $b["key1"]["key2"]["key3"] = null;
echo "Done.\n";
?>
--EXPECTF--
-Warning: array_merge_recursive(): recursion detected in %s/bug43495.php on line %d
+Warning: array_merge_recursive(): recursion detected in %sbug43495.php on line %d
Done.