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 7dd2cd3 commit 8a81c50Copy full SHA for 8a81c50
ext/opcache/Optimizer/zend_func_info.c
@@ -488,7 +488,7 @@ static const func_info_t func_infos[] = {
488
F1("mysqli_prepare", MAY_BE_FALSE | MAY_BE_OBJECT),
489
F1("mysqli_real_escape_string", MAY_BE_STRING),
490
F1("mysqli_stmt_affected_rows", MAY_BE_LONG | MAY_BE_STRING),
491
- F0("mysqli_stmt_data_seek", MAY_BE_NULL | MAY_BE_FALSE),
+ F0("mysqli_stmt_data_seek", MAY_BE_NULL),
492
F1("mysqli_stmt_insert_id", MAY_BE_LONG | MAY_BE_STRING),
493
F1("mysqli_stmt_num_rows", MAY_BE_LONG | MAY_BE_STRING),
494
F1("mysqli_sqlstate", MAY_BE_NULL | MAY_BE_STRING),
0 commit comments