Skip to content

Commit ad75511

Browse files
committed
Missing param in arginfo_pdostatement_setfetchmode
PDO::setFetchMode receives up to 3 params
1 parent d57c56c commit ad75511

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pdo/pdo_stmt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ ZEND_END_ARG_INFO()
101101

102102
ZEND_BEGIN_ARG_INFO_EX(arginfo_pdostatement_setfetchmode, 0, 0, 1)
103103
ZEND_ARG_INFO(0, mode)
104+
ZEND_ARG_INFO(0, param)
104105
ZEND_ARG_INFO(0, params)
105106
ZEND_END_ARG_INFO()
106107
/* }}} */

0 commit comments

Comments
 (0)