Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_002.phpt25 spl_autoload_unregister('SplAutoloadTest1');
29 spl_autoload_unregister('spl_autoload_call');
37 spl_autoload_unregister('spl_autoload');
H A Dspl_autoload_014.phpt2 SPL: spl_autoload_unregister() with closures and invokables
35 spl_autoload_unregister($closure);
36 spl_autoload_unregister($al1);
H A Dbug48493.phpt2 SPL: Bug #48493 spl_autoload_unregister() can't handle prepended functions
13 spl_autoload_unregister('autoload2');
H A Dbug61697.phpt16 spl_autoload_unregister($func);
H A Dspl_autoload_008.phpt61 spl_autoload_unregister($func);
H A Dspl_autoload_001.phpt72 spl_autoload_unregister("spl_autoload");
/PHP-5.5/ext/spl/
H A Dspl.php223 function spl_autoload_unregister(string $autoload_function = "spl_autoload") {/**/}; function
H A Dphp_spl.c627 PHP_FUNCTION(spl_autoload_unregister) in PHP_FUNCTION() argument
925 PHP_FE(spl_autoload_unregister, arginfo_spl_autoload_unregister)
/PHP-5.5/
H A DNEWS5474 - Fixed spl_autoload_unregister/spl_autoload_functions wrt. Closures and

Completed in 40 milliseconds