Test: /ext/standard/tests/array/array_splice_basic.phpt - Version 5.6.0-dev    

There is 1 diff reported by users for this test.

Count Diff
7 (100%)
003+ array(0) {
004+ }
005+ array(4) {
003- array(2) {
005- string(4) "blue"
007+ string(3) "red"
009+ string(5) "green"
010+ [2]=>
011+ string(4) "blue"
012+ [3]=>
009- array(2) {
010- [0]=>
011- string(3) "red"
012- [1]=>
013- string(5) "green"
014- }