1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Include more reflection information for spl_autoload_register
This commit is contained in:
Levi Morrison
2014-12-27 19:05:16 -07:00
parent ff7e8e94d7
commit 9a7ee202bb
+2
View File
@@ -867,6 +867,8 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_spl_autoload_register, 0, 0, 0)
ZEND_ARG_INFO(0, autoload_function)
ZEND_ARG_INFO(0, throw)
ZEND_ARG_INFO(0, prepend)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_spl_autoload_unregister, 0, 0, 1)