summaryrefslogtreecommitdiff
path: root/ext/mysqli
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli')
-rw-r--r--ext/mysqli/mysqli_fe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mysqli/mysqli_fe.c b/ext/mysqli/mysqli_fe.c
index 6d254e0e6a..aa5b14fcb0 100644
--- a/ext/mysqli/mysqli_fe.c
+++ b/ext/mysqli/mysqli_fe.c
@@ -30,18 +30,15 @@
#include "php_mysqli_structs.h"
-static
ZEND_BEGIN_ARG_INFO(second_arg_force_by_ref_rest, 1)
ZEND_ARG_PASS_INFO(0)
ZEND_END_ARG_INFO();
-static
ZEND_BEGIN_ARG_INFO(third_arg_force_by_ref_rest, 1)
ZEND_ARG_PASS_INFO(0)
ZEND_ARG_PASS_INFO(0)
ZEND_END_ARG_INFO();
-static
ZEND_BEGIN_ARG_INFO(all_args_force_by_ref, 1)
ZEND_END_ARG_INFO();