1
0
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:
Gabriel Caruso
2018-02-16 21:29:34 -02:00
parent d57c56cd63
commit ad75511c8e

View File

@@ -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()
/* }}} */