diff options
-rw-r--r-- | ext/spl/php_spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index a818958f36..2ea8616dd0 100644 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -866,7 +866,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_spl_autoload_call, 0, 0, 1) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_spl_autoload_register, 0, 0, 0) - ZEND_ARG_TYPE_INFO(0, autoload_function, IS_CALLABLE, 0) + ZEND_ARG_INFO(0, autoload_function) ZEND_ARG_INFO(0, throw) ZEND_ARG_INFO(0, prepend) ZEND_END_ARG_INFO() |