summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-11-30 00:23:06 +0000
committerHannes Magnusson <bjori@php.net>2008-11-30 00:23:06 +0000
commit97f64c3957b54e59f1cece71af70d99e59463e87 (patch)
treea469da51e03b3534b422d6dfb50511c9d7883532 /ext/spl/php_spl.c
parentad672f1a938ef819027f1c8160775ef01460acb0 (diff)
downloadphp-git-97f64c3957b54e59f1cece71af70d99e59463e87.tar.gz
Fix arginfo
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-xext/spl/php_spl.c1
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)