Skip to content

Commit 5f15b1e

Browse files
committed
- Fix test
1 parent bb8b632 commit 5f15b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/tests/general_functions/error_get_last.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ array(4) {
2424
["message"]=>
2525
string(54) "error_get_last() expects exactly 0 parameters, 1 given"
2626
["file"]=>
27-
string(78) "%s"
27+
string(%i) "%s"
2828
["line"]=>
2929
int(4)
3030
}
@@ -36,7 +36,7 @@ array(4) {
3636
["message"]=>
3737
string(21) "Undefined variable: b"
3838
["file"]=>
39-
string(78) "%s"
39+
string(%i) "%s"
4040
["line"]=>
4141
int(7)
4242
}

0 commit comments

Comments
 (0)