Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee7decb

Browse filesBrowse files
committed
Revert "Add type info for spl_autoload_register"
This reverts commit ad72872. Revert the change for now, probably needs better handling with account to BC or joined with exceptions-in-engine RFC.
1 parent 41e3fdb commit ee7decb
Copy full SHA for ee7decb

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎ext/spl/php_spl.c

Copy file name to clipboardExpand all lines: ext/spl/php_spl.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_spl_autoload_call, 0, 0, 1)
866866
ZEND_END_ARG_INFO()
867867

868868
ZEND_BEGIN_ARG_INFO_EX(arginfo_spl_autoload_register, 0, 0, 0)
869-
ZEND_ARG_TYPE_INFO(0, autoload_function, IS_CALLABLE, 0)
869+
ZEND_ARG_INFO(0, autoload_function)
870870
ZEND_ARG_INFO(0, throw)
871871
ZEND_ARG_INFO(0, prepend)
872872
ZEND_END_ARG_INFO()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.