Test: /ext/standard/tests/strings/explode_variation2.phpt - Version 5.4.7-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
090- array(2) {
091- [0]=>
092- string(6) "sample"
093- [1]=>
094- string(6) "object"
095- }
096- -- Iteration 20 --
097-
098- Warning: explode() expects parameter 2 to be string, resource given in %s on line %d
099- NULL
100- -- Iteration 21 --
101- array(1) {
102- [0]=>
103- string(0) ""
104- }
105- -- Iteration 22 --
106- array(1) {
107- [0]=>
108- string(0) ""
109- }
110- ===DONE===