We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fec155 commit 0d9bebaCopy full SHA for 0d9beba
ext/opcache/Optimizer/zend_func_info.c
@@ -484,7 +484,7 @@ static const func_info_t func_infos[] = {
484
F1("mysqli_fetch_fields", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_OBJECT),
485
F1("mysqli_fetch_field_direct", MAY_BE_FALSE | MAY_BE_OBJECT),
486
F1("mysqli_fetch_lengths", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_LONG),
487
- F1("mysqli_fetch_row", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_ANY),
+ F1("mysqli_fetch_row", MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_ANY),
488
F1("mysqli_get_client_info", MAY_BE_NULL | MAY_BE_STRING),
489
F1("mysqli_get_host_info", MAY_BE_STRING),
490
F1("mysqli_get_server_info", MAY_BE_STRING),
0 commit comments