- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro

This commit is contained in:
Felipe Pena 2008-10-24 14:34:17 +00:00
parent 66f75b6e8e
commit 7eb2715464
109 changed files with 15 additions and 2479 deletions

View file

@ -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)