Test: /ext/standard/tests/file/bug43008.phpt - Version 5.4.28        

Bug #43008 php://filter uris ignore url encoded filternames and can't handle slashes
Submitted: 2007-10-17 17:04:40 Modified: 2008-08-02 06:38:34
From: php Assigned: hholzgra
Status: Closed Package: Streams related
PHP Version: 5.3CVS-2007-10-17 (CVS) OS: linux

There are 4 different diffs reported by users for this test.

Count Diff
53 (88%)
001+ Warning: file_get_contents(): iconv stream filter ("ISO-8859-15"=>"UTF-8"): unknown error in %s/bug43008.php on line 9
001- string(8) "foob%E2r"
002+ string(0) ""
3 (5%)
001+ Warning: file_get_contents(php://filter/read=convert.iconv.ISO-8859-15%2FUTF-8|string.rot13|string.rot13|convert.iconv.UTF-8%2FISO-8859-15/resource=data://text/plain,foob%E2r): failed to open stream: operation failed in %s/bug43008.php on line 9
001- string(8) "foob%E2r"
002+ string(0) ""
2 (3%)
001+
001- string(8) "foob%E2r"
2 (3%)