Test: /ext/standard/tests/streams/bug47997.phpt - Version 5.4.0RC9-dev        

Bug #47997 stream_copy_to_stream returns 1 on empty streams
Submitted: 2009-04-16 23:52:46 Modified: 2009-04-19 13:56:23
From: robots Assigned:
Status: Closed Package: Streams related
PHP Version: 5.2.9 OS: *

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Warning: fopen(): data:// wrapper is disabled in the server configuration by allow_url_fopen=0 in %s/bug47997.php on line 3
001- int(0)
002+
003+ Warning: fopen(data://text/plain,): failed to open stream: no suitable wrapper could be found in %s/bug47997.php on line 3
004+
005+ Warning: stream_copy_to_stream() expects parameter 1 to be resource, boolean given in %s/bug47997.php on line 6
006+ bool(false)