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 friends12 spl_autoload("TestClass");21 spl_autoload("TestClass", $exts);28 spl_autoload("TestClass");52 spl_autoload_unregister("spl_autoload");62 spl_autoload_register("spl_autoload");
2 SPL: spl_autoload() and friends14 spl_autoload_register("spl_autoload");
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 Bug #73896 (spl_autoload() crashes when calls magic _call())
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
248 static int spl_autoload(zend_string *class_name, zend_string *lc_name, const char *ext, int ext_len… in spl_autoload() function308 PHP_FUNCTION(spl_autoload) in PHP_FUNCTION() argument335 if (spl_autoload(class_name, lc_name, pos, pos1_len)) { in PHP_FUNCTION()912 PHP_FE(spl_autoload, arginfo_spl_autoload)
706 . Fixed bug #73896 (spl_autoload() crashes when calls magic _call()). (Dmitry)
Completed in 23 milliseconds