diff options
author | Xinchen Hui <laruence@php.net> | 2012-07-18 19:22:13 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2012-07-18 19:22:13 +0800 |
commit | ecc960e86231e610ff2f79243fd01b8d73dd305a (patch) | |
tree | 954605cabd7ec36ef0c07f04a7d3625d3774732d | |
parent | 8238c6a4c815220045322ac3c524b98613639f97 (diff) | |
parent | 41a9c681a0a8b27ab121d2a4649fccd16c97cadd (diff) | |
download | php-git-ecc960e86231e610ff2f79243fd01b8d73dd305a.tar.gz |
Merge branch 'PHP-5.4'
* PHP-5.4:
fix test, the key may be a float value
-rw-r--r-- | ext/standard/tests/file/realpath_cache.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/realpath_cache.phpt b/ext/standard/tests/file/realpath_cache.phpt index 92d6fc5b2a..2dac21ec4b 100644 --- a/ext/standard/tests/file/realpath_cache.phpt +++ b/ext/standard/tests/file/realpath_cache.phpt @@ -19,7 +19,7 @@ echo "Done\n"; int(%d) array(4) { ["key"]=> - %s(%d) + %s(%s) ["is_dir"]=> bool(true) ["realpath"]=> |