Searched refs:spl_autoload (Results 1 – 16 of 16) sorted by relevance
37 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"
2 SPL: spl_autoload() and friends14 spl_autoload("TestClass");28 spl_autoload("TestClass", $exts);39 spl_autoload("TestClass");72 spl_autoload_unregister("spl_autoload");89 spl_autoload_register("spl_autoload");
2 SPL: spl_autoload() and friends14 spl_autoload_register("spl_autoload");
9 Fatal error: spl_autoload(): Class ThisClassDoesNotExistEverFoo could not be loaded in %s on line 3
2 SPL: spl_autoload() with static methods
2 SPL: spl_autoload() and prepend
2 SPL: spl_autoload() and object freed
2 SPL: spl_autoload() and friends
2 SPL: spl_autoload() with methods
2 SPL: spl_autoload() capturing multiple Exceptions in __autoload
2 SPL: spl_autoload() with exceptions
2 SPL: spl_autoload() with inaccessible methods
177 function spl_autoload(string $class_name, string $file_extensions = NULL) {/**/}; function
253 static int spl_autoload(const char *class_name, const char * lc_name, int class_name_len, const cha… in spl_autoload() function316 PHP_FUNCTION(spl_autoload) in PHP_FUNCTION() argument341 if (spl_autoload(class_name, lc_name, class_name_len, pos1 TSRMLS_CC)) { in PHP_FUNCTION()922 PHP_FE(spl_autoload, arginfo_spl_autoload)
5023 - 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 38 milliseconds