diff options
| author | Hannes Magnusson <bjori@php.net> | 2006-08-23 09:31:41 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2006-08-23 09:31:41 +0000 |
| commit | f5e44be71c319faa96eb56cfeab55c44279b0303 (patch) | |
| tree | ffce84c3a5898dde26bf4094b893b5ace8e723e4 | |
| parent | 69bbd05b03db3b4553dec41e0dd7343e84a81257 (diff) | |
| download | php-git-f5e44be71c319faa96eb56cfeab55c44279b0303.tar.gz | |
Fix arginfo for SplObjectStorage
| -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[] = { |
