Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/tests/
H A Dspl_autoload_call_basic.phpt2 spl_autoload_call() function - basic test for spl_autoload_call()
13 spl_autoload_call('TestClass');
H A Dspl_autoload_012.phpt55 #1 [internal function]: spl_autoload_call('ThisClassDoesNo...')
62 #1 [internal function]: spl_autoload_call('ThisClassDoesNo...')
H A Dbug71204.phpt7 spl_autoload_unregister("spl_autoload_call");
H A Dspl_autoload_002.phpt29 spl_autoload_unregister('spl_autoload_call');
/PHP-7.2/Zend/tests/
H A Dbug49908.phpt26 #1 %s(%d): spl_autoload_call('Bar')
28 #3 %s(%d): spl_autoload_call('Foo')
/PHP-7.2/Zend/tests/generators/
H A Dbug65161.phpt23 #1 %s(%d): spl_autoload_call('SyntaxError')
/PHP-7.2/ext/standard/tests/serialize/
H A D005.phpt38 spl_autoload_call($class_name);
/PHP-7.2/ext/spl/
H A Dspl.php185 function spl_autoload_call(string $class_name) {/**/}; function
H A Dphp_spl.c392 PHP_FUNCTION(spl_autoload_call) in PHP_FUNCTION() argument
959 PHP_FE(spl_autoload_call, arginfo_spl_autoload_call)

Completed in 51 milliseconds