Searched refs:spl_autoload_call (Results 1 – 11 of 11) sorted by relevance
2 Bug #79432 (spl_autoload_call() with non-string argument violates assertion)7 spl_autoload_call([]);14 spl_autoload_call(): Argument #1 ($class) must be of type string, array given
2 spl_autoload_register() function - warn when using spl_autoload_call() as the autoloading function7 spl_autoload_register('spl_autoload_call');14 spl_autoload_register(): Argument #1 ($callback) must not be the spl_autoload_call() function
2 spl_autoload_call() function - basic test for spl_autoload_call()13 spl_autoload_call('TestClass');
2 spl_autoload_unregister("spl_autoload_call") without registrations5 var_dump(spl_autoload_unregister("spl_autoload_call"));
7 spl_autoload_unregister("spl_autoload_call");
10 spl_autoload_call('TestClass');
25 spl_autoload_unregister('spl_autoload_call');
69 ZEND_FUNCTION(spl_autoload_call);87 ZEND_FE(spl_autoload_call, arginfo_spl_autoload_call)
28 function spl_autoload_call(string $class): void {} function
465 PHP_FUNCTION(spl_autoload_call) in PHP_FUNCTION() argument
36 spl_autoload_call($class_name);
Completed in 12 milliseconds