Skip to content

Commit 780293b

Browse files
committed
Sync ext/mysqli optimizer func info entries with the stubs
1 parent 8023163 commit 780293b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/opcache/Optimizer/zend_func_info.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ static const func_info_t func_infos[] = {
455455
F1("mysqli_fetch_array", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY),
456456
F1("mysqli_fetch_assoc", MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY),
457457
F1("mysqli_fetch_all", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY),
458-
F1("mysqli_fetch_object", MAY_BE_NULL | MAY_BE_OBJECT),
458+
F1("mysqli_fetch_object", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
459459
F1("mysqli_affected_rows", MAY_BE_LONG | MAY_BE_STRING),
460460
F1("mysqli_character_set_name", MAY_BE_STRING),
461461
F0("mysqli_debug", MAY_BE_TRUE),
@@ -469,7 +469,7 @@ static const func_info_t func_infos[] = {
469469
F1("mysqli_fetch_fields", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_OBJECT),
470470
F1("mysqli_fetch_field_direct", MAY_BE_FALSE | MAY_BE_OBJECT),
471471
F1("mysqli_fetch_lengths", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_LONG),
472-
F1("mysqli_fetch_row", MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_ANY),
472+
F1("mysqli_fetch_row", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_ANY),
473473
F1("mysqli_get_client_info", MAY_BE_STRING),
474474
F1("mysqli_get_host_info", MAY_BE_STRING),
475475
F1("mysqli_get_server_info", MAY_BE_STRING),

0 commit comments

Comments
 (0)