mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Revert ZEND_BEGIN_ARG_INFO change
This commit is contained in:
parent
7ddf58a438
commit
e006a89e71
119 changed files with 2526 additions and 5 deletions
|
@ -67,11 +67,13 @@ ZEND_DECLARE_MODULE_GLOBALS(recode);
|
|||
static PHP_GINIT_FUNCTION(recode);
|
||||
|
||||
/* {{{ arginfo */
|
||||
static
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_recode_string, 0, 0, 2)
|
||||
ZEND_ARG_INFO(0, request)
|
||||
ZEND_ARG_INFO(0, str)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
static
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_recode_file, 0, 0, 3)
|
||||
ZEND_ARG_INFO(0, request)
|
||||
ZEND_ARG_INFO(0, input)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue