Home
last modified time | relevance | path

Searched refs:spl_autoload_call (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/spl/tests/
H A Dbug79432.phpt2 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
H A Dspl_autoload_throw_with_spl_autoloader_call_as_autoloader.phpt2 spl_autoload_register() function - warn when using spl_autoload_call() as the autoloading function
7 spl_autoload_register('spl_autoload_call');
14 spl_autoload_register(): Argument #1 ($callback) must not be the spl_autoload_call() function
H A Dspl_autoload_call_basic.phpt2 spl_autoload_call() function - basic test for spl_autoload_call()
13 spl_autoload_call('TestClass');
H A Dbug71204.phpt7 spl_autoload_unregister("spl_autoload_call");
H A Dspl_autoload_warn_on_false_do_throw.phpt10 spl_autoload_call('TestClass');
H A Dspl_autoload_002.phpt25 spl_autoload_unregister('spl_autoload_call');
/PHP-8.1/ext/spl/
H A Dphp_spl_arginfo.h69 ZEND_FUNCTION(spl_autoload_call);
87 ZEND_FE(spl_autoload_call, arginfo_spl_autoload_call)
H A Dphp_spl.stub.php28 function spl_autoload_call(string $class): void {} function
H A Dphp_spl.c466 PHP_FUNCTION(spl_autoload_call) in PHP_FUNCTION() argument
/PHP-8.1/ext/standard/tests/serialize/
H A D005.phpt36 spl_autoload_call($class_name);

Completed in 17 milliseconds