Home
last modified time | relevance | path

Searched refs:autoload_function (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/spl/
H A Dspl.php210 * @param autoload_function name of function or array of object/class and
214 function spl_autoload_register(string $autoload_function = "spl_autoload", $throw = true) {/**/}; argument
220 * @param autoload_function name of function or array of object/class and
223 function spl_autoload_unregister(string $autoload_function = "spl_autoload") {/**/}; argument
H A Dphp_spl.c950 ZEND_ARG_INFO(0, autoload_function)
956 ZEND_ARG_INFO(0, autoload_function)

Completed in 13 milliseconds