Skip to content

Commit 9f6ee9f

Browse files
committed
Update func info for mysqli_connect
1 parent 0b232cf commit 9f6ee9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/zend_func_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ static const func_info_t func_infos[] = {
449449
F1("preg_grep", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_REF | MAY_BE_ARRAY_OF_ANY),
450450

451451
/* ext/mysqli */
452-
F1("mysqli_connect", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
452+
F1("mysqli_connect", MAY_BE_FALSE | MAY_BE_OBJECT),
453453
F0("mysqli_close", MAY_BE_TRUE),
454454
F1("mysqli_connect_error", MAY_BE_NULL | MAY_BE_STRING),
455455
F1("mysqli_get_client_stats", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_STRING),

0 commit comments

Comments
 (0)