mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
This commit is contained in:
parent
66f75b6e8e
commit
7eb2715464
109 changed files with 15 additions and 2479 deletions
|
@ -67,13 +67,11 @@ 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