diff options
author | Hannes Magnusson <bjori@php.net> | 2008-11-30 00:23:06 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2008-11-30 00:23:06 +0000 |
commit | 97f64c3957b54e59f1cece71af70d99e59463e87 (patch) | |
tree | a469da51e03b3534b422d6dfb50511c9d7883532 /ext/spl/php_spl.c | |
parent | ad672f1a938ef819027f1c8160775ef01460acb0 (diff) | |
download | php-git-97f64c3957b54e59f1cece71af70d99e59463e87.tar.gz |
Fix arginfo
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-x | ext/spl/php_spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 4804ffbdb4..40b3b7eacd 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -760,6 +760,7 @@ ZEND_END_ARG_INFO(); ZEND_BEGIN_ARG_INFO_EX(arginfo_class_parents, 0, 0, 1) ZEND_ARG_INFO(0, instance) + ZEND_ARG_INFO(0, autoload) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_class_implements, 0, 0, 1) |