Home
last modified time | relevance | path

Searched refs:spl_autoload_functions (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/spl/tests/
H A Dspl_autoload_002.phpt2 SPL: spl_autoload_functions()
9 var_dump(spl_autoload_functions());
13 var_dump(spl_autoload_functions());
19 var_dump(spl_autoload_functions());
23 var_dump(spl_autoload_functions());
27 var_dump(spl_autoload_functions());
31 var_dump(spl_autoload_functions());
35 var_dump(spl_autoload_functions());
H A Dbug75049.phpt2 Bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions results)
11 foreach (spl_autoload_functions() as $loader) {
14 echo (int)count(spl_autoload_functions());
H A Dbug61697.phpt2 Bug #61697 (spl_autoload_functions returns lambda functions incorrectly)
14 foreach (spl_autoload_functions() AS $func)
19 print_r(spl_autoload_functions());
H A Dbug44144.phpt2 Bug #44144 (spl_autoload_functions() should return object instance when appropriate)
10 $funcs = spl_autoload_functions();
H A Dbug48493.phpt11 var_dump(spl_autoload_functions());
14 var_dump(spl_autoload_functions());
H A Dspl_autoload_013.phpt2 SPL: spl_autoload_functions() with closures and invocables
26 var_dump(spl_autoload_functions());
H A Dgh10011.phpt19 var_dump(spl_autoload_functions());
28 var_dump(spl_autoload_functions());
H A Dspl_autoload_008.phpt50 var_dump(count(spl_autoload_functions()));
54 if (count(spl_autoload_functions())) {
65 var_dump(count(spl_autoload_functions()));
H A Dspl_autoload_006.phpt17 var_dump(spl_autoload_functions());
H A Dbug71236.phpt8 var_dump(spl_autoload_functions());
H A Dspl_autoload_004.phpt23 var_dump(spl_autoload_functions());
H A Dbug40091.phpt18 print_r(spl_autoload_functions());
H A Dbug65006.phpt22 var_dump(spl_autoload_functions());
/php-src/ext/spl/
H A Dphp_spl.c40 ZEND_TLS HashTable *spl_autoload_functions; variable
418 if (!spl_autoload_functions) { in spl_perform_autoload()
486 if (!spl_autoload_functions) { in spl_find_registered_function()
520 if (!spl_autoload_functions) { in PHP_FUNCTION()
585 if (spl_autoload_functions) { in PHP_FUNCTION()
611 PHP_FUNCTION(spl_autoload_functions) in PHP_FUNCTION() argument
620 if (spl_autoload_functions) { in PHP_FUNCTION()
739 spl_autoload_functions = NULL; in PHP_RINIT_FUNCTION()
749 if (spl_autoload_functions) { in PHP_RSHUTDOWN_FUNCTION()
751 FREE_HASHTABLE(spl_autoload_functions); in PHP_RSHUTDOWN_FUNCTION()
[all …]
H A Dphp_spl_arginfo.h70 ZEND_FUNCTION(spl_autoload_functions);
87 ZEND_FE(spl_autoload_functions, arginfo_spl_autoload_functions)
H A Dphp_spl.stub.php32 function spl_autoload_functions(): array {} function
/php-src/ext/standard/tests/serialize/
H A D005.phpt33 if (!spl_autoload_functions()) {

Completed in 29 milliseconds