mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
Fix bug #68641
Include more reflection information for spl_autoload_register
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user