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

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 6 different diffs reported by users for this test.

Count Diff
93 (74%)
001+ Warning: file_get_contents(): unable to create or locate filter "convert.iconv.ISO-8859-15/UTF-8" in %s/bug43008.php on line 9
002+
003+ Warning: file_get_contents(): Unable to create filter (convert.iconv.ISO-8859-15/UTF-8) in %s/bug43008.php on line 9
004+
005+ Warning: file_get_contents(): unable to create or locate filter "convert.iconv.UTF-8/ISO-8859-15" in %s/bug43008.php on line 9
006+
007+ Warning: file_get_contents(): Unable to create filter (convert.iconv.UTF-8/ISO-8859-15) in %s/bug43008.php on line 9
27 (21%)
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) ""
2 (2%)
001+ dyld: lazy symbol binding failed: Symbol not found: _libiconv_open
001- string(8) "foob%E2r"
002+ Referenced from: /Users/andromediano/development/src/php-7.1.2/modules/iconv.so
003+ Expected in: flat namespace
004+
005+ dyld: Symbol not found: _libiconv_open
006+ Referenced from: /Users/andromediano/development/src/php-7.1.2/modules/iconv.so
007+ Expected in: flat namespace
008+
009+
010+ Termsig=6
2 (2%)
1 (1%)
001+ string(8) "foob%2Ar"
001- string(8) "foob%E2r"
1 (1%)
001+ Termsig=11
001- string(8) "foob%E2r"