summaryrefslogtreecommitdiff
path: root/ext/opcache/Optimizer/zend_func_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/Optimizer/zend_func_info.c')
-rw-r--r--ext/opcache/Optimizer/zend_func_info.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/opcache/Optimizer/zend_func_info.c b/ext/opcache/Optimizer/zend_func_info.c
index 90fb4d9b73..04d3b50ecd 100644
--- a/ext/opcache/Optimizer/zend_func_info.c
+++ b/ext/opcache/Optimizer/zend_func_info.c
@@ -488,7 +488,6 @@ static const func_info_t func_infos[] = {
F1("mysqli_prepare", MAY_BE_FALSE | MAY_BE_OBJECT),
F1("mysqli_real_escape_string", MAY_BE_STRING),
F1("mysqli_stmt_affected_rows", MAY_BE_LONG | MAY_BE_STRING),
- F0("mysqli_stmt_data_seek", MAY_BE_NULL | MAY_BE_FALSE),
F1("mysqli_stmt_insert_id", MAY_BE_LONG | MAY_BE_STRING),
F1("mysqli_stmt_num_rows", MAY_BE_LONG | MAY_BE_STRING),
F1("mysqli_sqlstate", MAY_BE_NULL | MAY_BE_STRING),