diff options
| author | Xinchen Hui <laruence@php.net> | 2012-08-02 19:14:06 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@php.net> | 2012-08-02 19:14:06 +0800 |
| commit | 9a690859f6491dd5c14dfd6c907a5563c8aedd17 (patch) | |
| tree | 9d633900ca072b40d958d1f159b12d6f521d72b8 | |
| parent | cd896d69d90c70fd13efec315fd8b1f6647497b9 (diff) | |
| download | php-git-9a690859f6491dd5c14dfd6c907a5563c8aedd17.tar.gz | |
fix test due to 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..0eb9dc519a 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(%f) ["is_dir"]=> bool(true) ["realpath"]=> |
