Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_002.phpt2 SPL: spl_autoload_functions()
5 if (spl_autoload_functions() !== false) die('skip __autoload() registered by php.ini');
13 var_dump(spl_autoload_functions());
17 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());
39 var_dump(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 Dbug48493.phpt11 var_dump(spl_autoload_functions());
14 var_dump(spl_autoload_functions());
H A Dbug44144.phpt2 Bug #44144 (spl_autoload_functions() should return object instance when appropriate)
12 $funcs = spl_autoload_functions();
H A Dspl_autoload_013.phpt2 SPL: spl_autoload_functions() with closures and invokables
26 var_dump(spl_autoload_functions());
H A Dspl_autoload_006.phpt17 var_dump(spl_autoload_functions());
H A Dspl_autoload_008.phpt49 if (count(spl_autoload_functions()))
62 var_dump(count(spl_autoload_functions()));
H A Dspl_autoload_004.phpt23 var_dump(spl_autoload_functions());
H A Dbug40091.phpt18 print_r(spl_autoload_functions());
/PHP-5.5/ext/spl/
H A Dspl.php204 function spl_autoload_functions() {/**/}; function
H A Dphp_spl.c704 PHP_FUNCTION(spl_autoload_functions) in PHP_FUNCTION() argument
926 PHP_FE(spl_autoload_functions, arginfo_spl_autoload_functions)
/PHP-5.5/
H A DUPGRADING187 - Since 5.5.2, spl_autoload_functions() returns different names for
H A DNEWS1704 . Fixed bug #61697 (spl_autoload_functions returns lambda functions
5474 - Fixed spl_autoload_unregister/spl_autoload_functions wrt. Closures and

Completed in 52 milliseconds