Test: /ext/libxml/tests/bug54440.phpt - Version 5.5.0-dev        

Bug #54440 libxml extension ignores default context
Submitted: 2011-04-01 11:43:32 Modified: 2011-04-09 20:32:56
From: jpauli Assigned: cataphract
Status: Closed Package: Streams related
PHP Version: 5.3.6 OS: *nix

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

Count Diff
4 (67%)
005+ [test] => test 2
005- [test] => test 1
009- Array
010- (
011- [test] => Array
012- (
013- [test] => test 2
014- )
015-
016- )
1 (17%)
001- Array
002- (
003- [test] => Array
004- (
005- [test] => test 1
006- )
008- )
009- Array
010- (
011- [test] => Array
012- (
013- [test] => test 2
014- )
015-
016- )
1 (17%)
001+ Warning: stream_context_get_options(): Invalid stream/context parameter in %s/bug54440.php on line 25
001- Array
002- (
003- [test] => Array
004- (
005- [test] => test 1
006- )
003+ Warning: stream_context_set_default() expects parameter 1 to be array, boolean given in %s/bug54440.php on line 25
008- )
009- Array
010- (
011- [test] => Array
012- (
013- [test] => test 2
014- )
015-
016- )