Home
last modified time | relevance | path

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

/PHP-7.0/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
12 spl_autoload("TestClass");
21 spl_autoload("TestClass", $exts);
28 spl_autoload("TestClass");
52 spl_autoload_unregister("spl_autoload");
62 spl_autoload_register("spl_autoload");
H A Dspl_autoload_009.phpt2 SPL: spl_autoload() and friends
14 spl_autoload_register("spl_autoload");
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 Dbug73896.phpt2 Bug #73896 (spl_autoload() crashes when calls magic _call())
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-7.0/ext/spl/
H A Dspl.php177 function spl_autoload(string $class_name, string $file_extensions = NULL) {/**/}; function
H A Dphp_spl.c248 static int spl_autoload(zend_string *class_name, zend_string *lc_name, const char *ext, int ext_len… in spl_autoload() function
308 PHP_FUNCTION(spl_autoload) in PHP_FUNCTION() argument
335 if (spl_autoload(class_name, lc_name, pos, pos1_len)) { in PHP_FUNCTION()
912 PHP_FE(spl_autoload, arginfo_spl_autoload)
/PHP-7.0/
H A DNEWS706 . Fixed bug #73896 (spl_autoload() crashes when calls magic _call()). (Dmitry)

Completed in 33 milliseconds