summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-11-30 00:22:52 +0000
committerHannes Magnusson <bjori@php.net>2008-11-30 00:22:52 +0000
commitff413c23042a17d7b1674bb1c86a014e5a740246 (patch)
treedc7b2697be98806a0968cecdee31a992c886a2e8
parent6221154fed68ca953c5fd970900bb36fc13a0d29 (diff)
downloadphp-git-ff413c23042a17d7b1674bb1c86a014e5a740246.tar.gz
Fix arginfo
-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 1e80bf2622..0ef42a7457 100755
--- a/ext/spl/php_spl.c
+++ b/ext/spl/php_spl.c
@@ -780,6 +780,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)