diff options
| author | Matt Wilmas <mattwil@php.net> | 2008-05-29 07:33:03 +0000 |
|---|---|---|
| committer | Matt Wilmas <mattwil@php.net> | 2008-05-29 07:33:03 +0000 |
| commit | 70c5d7fcb50f1714a070aad9cdccc32b84c7ee16 (patch) | |
| tree | 6336ac621d1f64944df2c49e62bebf54b7040695 /ext | |
| parent | 6e79f8f9999aa42918bf1ee0e9022d169c5919b9 (diff) | |
| download | php-git-70c5d7fcb50f1714a070aad9cdccc32b84c7ee16.tar.gz | |
Fixed tests on Windows
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/standard/tests/array/bug43495.phpt | 2 |
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. |
