Test: /ext/standard/tests/array/array_walk_closure.phpt - Version 7.4.0RC5    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
112+ array(1) {
112- array(2) {
115+ }
116+ [1]=>
117+ array(3) {
118+ ["file"]=>
115- ["args"]=>
116- array(2) {
117- [0]=>
118- int(2)
119- [1]=>
120- string(3) "two"
121- }
122- }
123- [1]=>
124- array(4) {
125- ["file"]=>
124+ }
125+ }
126+ Done
131- ["args"]=>
132- array(2) {
133- [0]=>
134- &array(3) {
135- ["one"]=>
136- int(1)
137- ["two"]=>
138- int(2)
139- ["three"]=>
140- int(3)
141- }
142- [1]=>
143- object(Closure)#2 (1) {
144- ["parameter"]=>
145- array(2) {
146- ["$v"]=>
147- string(10) "<required>"
148- ["$k"]=>
149- string(10) "<required>"
150- }
151- }
152- }
153- }
154- }
155- Done