mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
Revert "Add type info for spl_autoload_register"
This reverts commit ad728725cb
.
Revert the change for now, probably needs better handling with account to BC
or joined with exceptions-in-engine RFC.
This commit is contained in:
parent
41e3fdba8e
commit
ee7decb7ff
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user