Home
last modified time | relevance | path

Searched refs:spl_autoload_register (Results 26 – 36 of 36) sorted by relevance

12

/PHP-5.4/ext/spl/tests/
H A Dspl_autoload_011.phpt20 spl_autoload_register(array($a, 'autoload'));
H A Dspl_autoload_008.phpt48 spl_autoload_register($func);
H A Dspl_autoload_007.phpt46 spl_autoload_register($func);
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug64354_1.phpt5 spl_autoload_register(
/PHP-5.4/Zend/tests/
H A Dbug65322.phpt6 spl_autoload_register(function($class) {
/PHP-5.4/Zend/tests/bug67436/
H A Dbug67436_nohandler.phpt10 spl_autoload_register(function($classname) {
/PHP-5.4/ext/spl/examples/tests/
H A Ddualiterator_001.phpt13 spl_autoload_register('spl_examples_autoload');
/PHP-5.4/ext/spl/
H A Dspl.php214 function spl_autoload_register(string $autoload_function = "spl_autoload", $throw = true) {/**/}; function
H A Dphp_spl.c466 PHP_FUNCTION(spl_autoload_register) in PHP_FUNCTION() argument
913 PHP_FE(spl_autoload_register, arginfo_spl_autoload_register)
/PHP-5.4/scripts/dev/
H A Dgenerate-phpt.phar393 spl_autoload_register('__autoload');
396 spl_autoload_register(array('gtAutoload', 'autoload'));
/PHP-5.4/
H A DNEWS3946 spl_autoload_register). (Felipe)
4724 . Added new parameter $prepend to spl_autoload_register(). (Etienne)
4924 - Fixed bug #48493 (spl_autoload_register() doesn't work correctly when
5143 - Fixed missing erealloc() in fix for Bug #40091 in spl_autoload_register. (Greg)
6673 - Fixed bug #40091 (spl_autoload_register with 2 instances of the same class).
6868 - Fixed bug #38325 (spl_autoload_register() gives wrong line for "class not
7199 - Fixed bug #38303 (spl_autoload_register() suppress all errors silently).
8258 - Fixed bug #33903 (spl_autoload_register class method). (Marcus)

Completed in 40 milliseconds

12