summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/tests/general_functions/error_get_last.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/general_functions/error_get_last.phpt b/ext/standard/tests/general_functions/error_get_last.phpt
index 759b0695e7..95a6cf434c 100644
--- a/ext/standard/tests/general_functions/error_get_last.phpt
+++ b/ext/standard/tests/general_functions/error_get_last.phpt
@@ -24,7 +24,7 @@ array(4) {
["message"]=>
string(54) "error_get_last() expects exactly 0 parameters, 1 given"
["file"]=>
- string(78) "%s"
+ string(%i) "%s"
["line"]=>
int(4)
}
@@ -36,7 +36,7 @@ array(4) {
["message"]=>
string(21) "Undefined variable: b"
["file"]=>
- string(78) "%s"
+ string(%i) "%s"
["line"]=>
int(7)
}