Fixed arginfo

This commit is contained in:
Dmitry Stogov 2016-12-19 11:13:02 +03:00
parent 8adc86a698
commit 6ea44908fb

View file

@ -1813,6 +1813,7 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO(arginfo_unpack, 0)
ZEND_ARG_INFO(0, format)
ZEND_ARG_INFO(0, input)
ZEND_ARG_INFO(0, offset)
ZEND_END_ARG_INFO()
/* }}} */
/* {{{ pageinfo.c */