diff options
| author | Hannes Magnusson <bjori@php.net> | 2008-11-30 00:22:52 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2008-11-30 00:22:52 +0000 |
| commit | ff413c23042a17d7b1674bb1c86a014e5a740246 (patch) | |
| tree | dc7b2697be98806a0968cecdee31a992c886a2e8 | |
| parent | 6221154fed68ca953c5fd970900bb36fc13a0d29 (diff) | |
| download | php-git-ff413c23042a17d7b1674bb1c86a014e5a740246.tar.gz | |
Fix arginfo
| -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 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) |
