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.
2 parents 12a4b22 + 9f6ee9f commit b55793eCopy full SHA for b55793e
Zend/Optimizer/zend_func_info.c
@@ -425,7 +425,7 @@ static const func_info_t func_infos[] = {
425
F1("preg_grep", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_REF | MAY_BE_ARRAY_OF_ANY),
426
427
/* ext/mysqli */
428
- F1("mysqli_connect", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
+ F1("mysqli_connect", MAY_BE_FALSE | MAY_BE_OBJECT),
429
F0("mysqli_close", MAY_BE_TRUE),
430
F1("mysqli_connect_error", MAY_BE_NULL | MAY_BE_STRING),
431
F1("mysqli_get_client_stats", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_STRING),
0 commit comments