1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

Fix arginfo for SplObjectStorage

This commit is contained in:
Hannes Magnusson
2006-08-23 09:32:24 +00:00
parent 41bd5790cf
commit de3393e63f
+1 -1
View File
@@ -261,7 +261,7 @@ SPL_METHOD(SplObjectStorage, next)
static
ZEND_BEGIN_ARG_INFO(arginfo_Object, 0)
ZEND_ARG_INFO(0, object 0)
ZEND_ARG_INFO(0, object)
ZEND_END_ARG_INFO();
static zend_function_entry spl_funcs_SplObjectStorage[] = {