Skip to content

Commit 32f11e4

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: - Fixed test
2 parents 781be5f + f477ad2 commit 32f11e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/tests/array/array_walk_closure.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ array(2) {
219219
[1]=>
220220
array(4) {
221221
["file"]=>
222-
string(69) "%s"
222+
string(%d) "%s"
223223
["line"]=>
224224
int(%d)
225225
["function"]=>
@@ -248,4 +248,4 @@ array(2) {
248248
}
249249
}
250250
}
251-
Done
251+
Done

0 commit comments

Comments
 (0)