]> granicus.if.org Git - php/commitdiff
Fix bug #68641
authorLevi Morrison <levim@php.net>
Sun, 28 Dec 2014 02:05:16 +0000 (19:05 -0700)
committerLevi Morrison <levim@php.net>
Sun, 28 Dec 2014 02:05:16 +0000 (19:05 -0700)
Include more reflection information for spl_autoload_register

ext/spl/php_spl.c

index bd6fa9019bc400dcdb32b4b9ff49e545c973d698..2ea8616dd01898cdeb059d5a8a403539854205c5 100644 (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)