StatusnewProduct Version DescriptionThis affects the latest 4.0.39, but I couldn't find it in the version popup. With a class-based autoloader such as the one from Composer, spl_autoload_functions() returns something like this: array ( ...
Unregister given function as __autoload() implementation(PHP 5 >= 5.1.2) boolspl_autoload_unregister(mixedautoload_function) << spl_autoload_registerPHP:Function Reference:Standard PHP Library (SPL) Functions: spl_autoload_unregisterspl_autoload >>...
说明 spl_autoload_functions ( void ) : array 获取所有已注册的 __autoload() 函数。 参数 此函数没有参数。返回值 包含所有已注册的__autoload函数的数组(array)。如果自动装载函数队列未激活,则返回FALSE。如果没有已注册的函数,则返回一个空数组。
spl_autoload_functions -- Return all registered __autoload() functions Descriptionarray spl_autoload_functions ( void ) This function returns an array of all registered __autoload functions. If the autoload stack is not activated then the return value is false. If no function is registered the...
Summary: spl_autoload_functions returns lambda functions incorrectly -Status: Re-Opened +Status: Closed Type: Bug Package: SPL related PHP Version: 5.4.0 Assigned To: aharvey Block user comment: N Private report: N New Comment: Fixed by expanding the ZEND_STRL macro call, since strncmp() is...
Summary: spl_autoload_functions returns lambda functions incorrectly Status: Closed Type: Bug Package: SPL related PHP Version: 5.4.0 Assigned To: aharvey Block user comment: N Private report: N New Comment:http://git.php.net/?p=php-src.git;a=commitdiff;h=f9000fde98195844b4d1c1d6209f979...