File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,8 @@ PHP 8.3 UPGRADE NOTES
289
289
constructor.
290
290
. mysqli_poll now raises a ValueError when the read nor error arguments are
291
291
passed.
292
+ . mysqli_field_seek and mysqli_result::field_seek now specify return type
293
+ as true instead of bool.
292
294
293
295
- ODBC
294
296
. odbc_autocommit() now accepts null for the $enable parameter.
Original file line number Diff line number Diff line change @@ -1144,7 +1144,7 @@ public function fetch_column(int $column = 0): null|int|float|string|false {}
1144
1144
* @tentative-return-type
1145
1145
* @alias mysqli_field_seek
1146
1146
*/
1147
- public function field_seek (int $ index ): true {}
1147
+ public function field_seek (int $ index ): true {} // TODO make return type void
1148
1148
1149
1149
/**
1150
1150
* @tentative-return-type
You can’t perform that action at this time.
0 commit comments