Skip to content

Commit 7b30ecf

Browse files
committed
Remove duplicate ZEND_ARG_INFO for ibase_query
1 parent 0248dda commit 7b30ecf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

interbase.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,9 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_ibase_blob_import, 0, 0, 0)
158158
ZEND_END_ARG_INFO()
159159

160160
ZEND_BEGIN_ARG_INFO_EX(arginfo_ibase_query, 0, 0, 0)
161-
ZEND_ARG_INFO(0, link_identifier)
162161
ZEND_ARG_INFO(0, link_identifier)
163162
ZEND_ARG_INFO(0, query)
164163
ZEND_ARG_INFO(0, bind_arg)
165-
ZEND_ARG_INFO(0, bind_arg)
166164
ZEND_END_ARG_INFO()
167165

168166
ZEND_BEGIN_ARG_INFO_EX(arginfo_ibase_affected_rows, 0, 0, 0)

0 commit comments

Comments
 (0)