Home
last modified time | relevance | path

Searched refs:spl_autoload (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_002.phpt37 spl_autoload_unregister('spl_autoload');
48 string(12) "spl_autoload"
52 string(12) "spl_autoload"
60 string(12) "spl_autoload"
67 string(12) "spl_autoload"
H A Dspl_autoload_001.phpt2 SPL: spl_autoload() and friends
14 spl_autoload("TestClass");
28 spl_autoload("TestClass", $exts);
39 spl_autoload("TestClass");
72 spl_autoload_unregister("spl_autoload");
89 spl_autoload_register("spl_autoload");
H A Dspl_autoload_009.phpt2 SPL: spl_autoload() and friends
14 spl_autoload_register("spl_autoload");
H A Dbug38325.phpt9 Fatal error: spl_autoload(): Class ThisClassDoesNotExistEverFoo could not be loaded in %s on line 3
H A Dspl_autoload_006.phpt2 SPL: spl_autoload() with static methods
H A Dspl_autoload_010.phpt2 SPL: spl_autoload() and prepend
H A Dspl_autoload_011.phpt2 SPL: spl_autoload() and object freed
H A Dspl_autoload_004.phpt2 SPL: spl_autoload() with static methods
H A Dspl_autoload_003.phpt2 SPL: spl_autoload() and friends
H A Dspl_autoload_005.phpt2 SPL: spl_autoload() with methods
H A Dspl_autoload_012.phpt2 SPL: spl_autoload() capturing multiple Exceptions in __autoload
H A Dspl_autoload_008.phpt2 SPL: spl_autoload() with exceptions
H A Dspl_autoload_007.phpt2 SPL: spl_autoload() with inaccessible methods
/PHP-5.5/ext/spl/
H A Dspl.php177 function spl_autoload(string $class_name, string $file_extensions = NULL) {/**/}; function
H A Dphp_spl.c253 static int spl_autoload(const char *class_name, const char * lc_name, int class_name_len, const cha… in spl_autoload() function
316 PHP_FUNCTION(spl_autoload) in PHP_FUNCTION() argument
341 if (spl_autoload(class_name, lc_name, class_name_len, pos1 TSRMLS_CC)) { in PHP_FUNCTION()
922 PHP_FE(spl_autoload, arginfo_spl_autoload)
/PHP-5.5/
H A DNEWS5023 - Fixed bug #51991 (spl_autoload and *nix support with namespace). (Felipe)
8023 - Fixed bug #39313 (spl_autoload triggers Fatal error). (Marcus)
9161 . added spl_autoload*() functions

Completed in 61 milliseconds