From: Pierre Joye Date: Wed, 26 Aug 2009 14:09:45 +0000 (+0000) Subject: - add win32 version X-Git-Tag: php-5.4.0alpha1~191^2~2752 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a5edf568e9f28e0f3d3e00b4aab533508aaa31f;p=php - add win32 version --- diff --git a/ext/standard/tests/file/bug43353-win32.phpt b/ext/standard/tests/file/bug43353-win32.phpt new file mode 100644 index 0000000000..46f21611bd --- /dev/null +++ b/ext/standard/tests/file/bug43353-win32.phpt @@ -0,0 +1,23 @@ +--TEST-- +Bug #43353 wrong detection of 'data' wrapper +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +bool(false) +bool(false) +string(3) "foo" + +Warning: file_get_contents(datafoo:text/plain,foo): failed to open stream: Invalid argument in %s +bool(false) diff --git a/ext/standard/tests/file/bug43353.phpt b/ext/standard/tests/file/bug43353.phpt index a11817895d..743146812d 100644 --- a/ext/standard/tests/file/bug43353.phpt +++ b/ext/standard/tests/file/bug43353.phpt @@ -1,5 +1,10 @@ --TEST-- Bug #43353 wrong detection of 'data' wrapper +--SKIPIF-- + --FILE--