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 0b232cf commit 9f6ee9fCopy full SHA for 9f6ee9f
ext/opcache/Optimizer/zend_func_info.c
@@ -449,7 +449,7 @@ static const func_info_t func_infos[] = {
449
F1("preg_grep", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_REF | MAY_BE_ARRAY_OF_ANY),
450
451
/* ext/mysqli */
452
- F1("mysqli_connect", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
+ F1("mysqli_connect", MAY_BE_FALSE | MAY_BE_OBJECT),
453
F0("mysqli_close", MAY_BE_TRUE),
454
F1("mysqli_connect_error", MAY_BE_NULL | MAY_BE_STRING),
455
F1("mysqli_get_client_stats", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_STRING),
0 commit comments