From dcd5670e55da1a91ced0e1d84c2517451503665f Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 8 Dec 2009 01:52:57 +0000 Subject: [PATCH] win32 should have different test --- ext/standard/tests/file/realpath_cache.phpt | 6 +++ .../tests/file/realpath_cache_win32.phpt | 38 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 ext/standard/tests/file/realpath_cache_win32.phpt diff --git a/ext/standard/tests/file/realpath_cache.phpt b/ext/standard/tests/file/realpath_cache.phpt index 1e19486c49..567f0e2c71 100644 --- a/ext/standard/tests/file/realpath_cache.phpt +++ b/ext/standard/tests/file/realpath_cache.phpt @@ -1,5 +1,11 @@ --TEST-- realpath_cache_size() and realpath_cache_get() +--SKIPIF-- + --FILE-- +--FILE-- + +--EXPECTF-- +int(%d) +array(8) { + ["key"]=> + int(%d) + ["is_dir"]=> + bool(true) + ["realpath"]=> + string(%d) "%sfile" + ["expires"]=> + int(%d) + ["is_rvalid"]=> + bool(%s) + ["is_wvalid"]=> + bool(%s) + ["is_readable"]=> + bool(%s) + ["is_writable"]=> + bool(%s) +} +Done -- 2.50.1