diff options
| author | Felipe Pena <felipe@php.net> | 2008-11-17 11:26:25 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-11-17 11:26:25 +0000 |
| commit | 43791516dbb35777e7345696018312698b260f51 (patch) | |
| tree | aaac277981a6facfb6cca20184bcb09e7663e91e /ext/spl/spl_array.c | |
| parent | cbfbdabbffa6ff319e945f0694f34664722a36e5 (diff) | |
| download | php-git-43791516dbb35777e7345696018312698b260f51.tar.gz | |
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)
Diffstat (limited to 'ext/spl/spl_array.c')
| -rwxr-xr-x | ext/spl/spl_array.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index 1288159374..1e1ad10eaa 100755 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -1734,53 +1734,43 @@ int spl_array_unserialize(zval **object, zend_class_entry *ce, int type, const z /* }}} */ /* {{{ arginfo */ -static ZEND_BEGIN_ARG_INFO(arginfo_array___construct, 0) ZEND_ARG_INFO(0, array) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO_EX(arginfo_array_offsetGet, 0, 0, 1) ZEND_ARG_INFO(0, index) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO_EX(arginfo_array_offsetSet, 0, 0, 2) ZEND_ARG_INFO(0, index) ZEND_ARG_INFO(0, newval) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO(arginfo_array_append, 0) ZEND_ARG_INFO(0, value) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO(arginfo_array_seek, 0) ZEND_ARG_INFO(0, position) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO(arginfo_array_exchangeArray, 0) ZEND_ARG_INFO(0, array) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO(arginfo_array_setFlags, 0) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO(arginfo_array_setIteratorClass, 0) ZEND_ARG_INFO(0, iteratorClass) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO(arginfo_array_uXsort, 0) ZEND_ARG_INFO(0, cmp_function) ZEND_END_ARG_INFO(); -static ZEND_BEGIN_ARG_INFO(arginfo_array_unserialize, 0) ZEND_ARG_INFO(0, serialized) ZEND_END_ARG_INFO(); |
