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 7350e80 commit 07c63c6Copy full SHA for 07c63c6
ext/opcache/Optimizer/zend_func_info.c
@@ -1092,7 +1092,7 @@ static const func_info_t func_infos[] = {
1092
F0("mysqli_select_db", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1093
F1("mysqli_sqlstate", MAY_BE_NULL | MAY_BE_STRING),
1094
F0("mysqli_ssl_set", MAY_BE_NULL | MAY_BE_TRUE),
1095
- F1("mysqli_stat", MAY_BE_NULL | MAY_BE_STRING),
+ F1("mysqli_stat", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
1096
F0("mysqli_refresh", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1097
F0("mysqli_stmt_attr_set", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1098
F0("mysqli_stmt_attr_get", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG),
0 commit comments