diff options
author | Hannes Magnusson <bjori@php.net> | 2006-08-23 09:32:24 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-08-23 09:32:24 +0000 |
commit | de3393e63fafeee1cb3fee802e217570edbdc9b3 (patch) | |
tree | 2eebbd6bd3f7b924ce079ffd8321e3b1de1a0a39 /ext/spl/spl_observer.c | |
parent | 41bd5790cf4cf897d52d833d1b388403d2ee5615 (diff) | |
download | php-git-de3393e63fafeee1cb3fee802e217570edbdc9b3.tar.gz |
Fix arginfo for SplObjectStorage
Diffstat (limited to 'ext/spl/spl_observer.c')
-rwxr-xr-x | ext/spl/spl_observer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_observer.c b/ext/spl/spl_observer.c index 05bc75c978..dda5fdc27a 100755 --- a/ext/spl/spl_observer.c +++ b/ext/spl/spl_observer.c @@ -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[] = { |