1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 00:53:30 +02:00

Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed arginfo
This commit is contained in:
Dmitry Stogov
2016-12-19 11:13:21 +03:00

View File

@@ -1809,6 +1809,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 */