Fix arginfo for SplObjectStorage

This commit is contained in:
Hannes Magnusson 2006-08-23 09:32:24 +00:00
parent 41bd5790cf
commit de3393e63f

View File

@ -261,7 +261,7 @@ SPL_METHOD(SplObjectStorage, next)
static static
ZEND_BEGIN_ARG_INFO(arginfo_Object, 0) ZEND_BEGIN_ARG_INFO(arginfo_Object, 0)
ZEND_ARG_INFO(0, object 0) ZEND_ARG_INFO(0, object)
ZEND_END_ARG_INFO(); ZEND_END_ARG_INFO();
static zend_function_entry spl_funcs_SplObjectStorage[] = { static zend_function_entry spl_funcs_SplObjectStorage[] = {