diff options
| author | Anatol Belski <ab@php.net> | 2014-10-17 10:05:55 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-10-17 10:09:39 +0200 |
| commit | 35d703d00a5d434173424d563b3eb2c6213d5059 (patch) | |
| tree | 447f70b83f070186338c10ded29b01ae1e68b459 | |
| parent | 2a8f7f88246296c013e690ad16212d9a0fc50188 (diff) | |
| download | php-git-35d703d00a5d434173424d563b3eb2c6213d5059.tar.gz | |
a realpath cache key can be int or float, catching this
| -rw-r--r-- | ext/standard/tests/file/realpath_cache_win32.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/realpath_cache_win32.phpt b/ext/standard/tests/file/realpath_cache_win32.phpt index a4c663f6d1..e74a6565a7 100644 --- a/ext/standard/tests/file/realpath_cache_win32.phpt +++ b/ext/standard/tests/file/realpath_cache_win32.phpt @@ -19,7 +19,7 @@ echo "Done\n"; int(%d) array(8) { ["key"]=> - %s(%d) + %s(%d%s) ["is_dir"]=> bool(true) ["realpath"]=> |
