Skip to content

Commit 98cccd3

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: fix mysqli_stmt_get_result_metadata_fetch_field test for mariadb
2 parents 261faa6 + 5d5c1ce commit 98cccd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/mysqli_stmt_get_result_metadata_fetch_field.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ object(stdClass)#%d (13) {
175175
["type"]=>
176176
int(253)
177177
["decimals"]=>
178-
int(31)
178+
int(3%d)
179179
}
180180
done!

0 commit comments

Comments
 (0)