mirror of
https://github.com/php/php-src.git
synced 2026-04-04 14:42:49 +02:00
Missing param in arginfo_pdostatement_setfetchmode
PDO::setFetchMode receives up to 3 params
This commit is contained in:
@@ -101,6 +101,7 @@ ZEND_END_ARG_INFO()
|
||||
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_pdostatement_setfetchmode, 0, 0, 1)
|
||||
ZEND_ARG_INFO(0, mode)
|
||||
ZEND_ARG_INFO(0, param)
|
||||
ZEND_ARG_INFO(0, params)
|
||||
ZEND_END_ARG_INFO()
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user