From 3a5edf568e9f28e0f3d3e00b4aab533508aaa31f Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 26 Aug 2009 14:09:45 +0000 Subject: [PATCH] - add win32 version --- ext/standard/tests/file/bug43353-win32.phpt | 23 +++++++++++++++++++++ ext/standard/tests/file/bug43353.phpt | 5 +++++ 2 files changed, 28 insertions(+) create mode 100644 ext/standard/tests/file/bug43353-win32.phpt 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--