Test: /ext/standard/tests/file/bug43353.phpt - Version 5.4.0RC8-dev        

Bug #43353 wrong detection of 'data' wrapper causes notice
Submitted: 2007-11-20 23:25:46 Modified: 2008-11-03 16:06:36
From: gk Assigned:
Status: Closed Package: Streams related
PHP Version: 5.2CVS-2008-11-01 OS: NetWare only

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+
004+ Warning: file_get_contents(): data:// wrapper is disabled in the server configuration by allow_url_fopen=0 in %s/bug43353.php on line 5
005+
006+ Warning: file_get_contents(data:text/plain,foo): failed to open stream: no suitable wrapper could be found in %s/bug43353.php on line 5
007+ bool(false)
003- string(3) "foo"