Skip to content

Commit fa845a8

Browse files
committed
Use %i in the test
1 parent 6d10045 commit fa845a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ext/mysqli/tests/deprecated_constants.phpt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ print "done!";
1919
--EXPECTF--
2020

2121
Deprecated: Constant MYSQLI_NO_DATA is deprecated in %s
22-
100
22+
%i
2323

2424
Deprecated: Constant MYSQLI_DATA_TRUNCATED is deprecated in %s
25-
101
25+
%i
2626

2727
Deprecated: Constant MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED is deprecated in %s
28-
16
28+
%i
2929

3030
Deprecated: Constant MYSQLI_SERVER_QUERY_NO_INDEX_USED is deprecated in %s
31-
32
31+
%i
3232

3333
Deprecated: Constant MYSQLI_SERVER_QUERY_WAS_SLOW is deprecated in %s
34-
2048
34+
%i
3535

3636
Deprecated: Constant MYSQLI_SERVER_PS_OUT_PARAMS is deprecated in %s
37-
4096
37+
%i
3838
done!

0 commit comments

Comments
 (0)