From: Stanislav Malyshev Date: Tue, 8 Dec 2009 01:52:57 +0000 (+0000) Subject: win32 should have different test X-Git-Tag: php-5.4.0alpha1~191^2~2291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcd5670e55da1a91ced0e1d84c2517451503665f;p=php win32 should have different test --- 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