mirror of
https://github.com/php/php-src.git
synced 2024-12-02 06:13:40 +08:00
Fix arginfo for SplObjectStorage
This commit is contained in:
parent
41bd5790cf
commit
de3393e63f
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user