Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/tests/
H A Dspl_autoload_002.phpt33 spl_autoload_unregister('spl_autoload');
43 string(12) "spl_autoload"
47 string(12) "spl_autoload"
55 string(12) "spl_autoload"
63 string(12) "spl_autoload"
H A Dbug77359.phpt2 Bug #77359: spl_autoload causes segfault
8 spl_autoload($str);
9 spl_autoload($str);
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 Dbug71236.phpt22 string(12) "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_004.phpt2 SPL: spl_autoload() with static methods
H A Dspl_autoload_011.phpt2 SPL: spl_autoload() and object freed
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-8.0/ext/spl/
H A Dphp_spl_arginfo.h68 ZEND_FUNCTION(spl_autoload);
86 ZEND_FE(spl_autoload, arginfo_spl_autoload)
H A Dphp_spl.stub.php14 function spl_autoload(string $class, ?string $file_extensions = null): void {} function
H A Dphp_spl.c240 static int spl_autoload(zend_string *class_name, zend_string *lc_name, const char *ext, int ext_len… in spl_autoload() function
299 PHP_FUNCTION(spl_autoload) in PHP_FUNCTION() argument
329 if (spl_autoload(class_name, lc_name, pos, pos1_len)) { in PHP_FUNCTION()

Completed in 29 milliseconds