diff --git a/ext/standard/tests/file/bug43353-win32.phpt b/ext/standard/tests/file/bug43353-win32.phpt new file mode 100644 index 00000000000..46f21611bda --- /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 a11817895d9..743146812df 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--