Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/tests/
H A Dbug75049.phpt2 Bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions results)
9 echo (int)spl_autoload_unregister($autoloader);
12 echo (int)spl_autoload_unregister($loader);
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 Dbug71204.phpt7 spl_autoload_unregister("spl_autoload_call");
H A Dbug61697.phpt16 spl_autoload_unregister($func);
H A Dbug71202.phpt26 spl_autoload_unregister("inner_autoload");
H A Dspl_autoload_008.phpt61 spl_autoload_unregister($func);
H A Dspl_autoload_001.phpt52 spl_autoload_unregister("spl_autoload");
/PHP-7.4/ext/spl/
H A Dphp_spl.c676 PHP_FUNCTION(spl_autoload_unregister) in PHP_FUNCTION() argument
982 PHP_FE(spl_autoload_unregister, arginfo_spl_autoload_unregister)

Completed in 17 milliseconds