Searched refs:autoload_function (Results 1 - 3 of 3) sorted by relevance

/PHP_TRUNK/ext/spl/
H A Dspl.php213 * @param autoload_function name of function or array of object/class and
217 function spl_autoload_register(string $autoload_function = "spl_autoload", $throw = true) {/**/};
223 * @param autoload_function name of function or array of object/class and
226 function spl_autoload_unregister(string $autoload_function = "spl_autoload") {/**/};
H A Dphp_spl.c464 /* {{{ proto bool spl_autoload_register([mixed autoload_function = "spl_autoload" [, throw = true [, prepend]]])
625 /* {{{ proto bool spl_autoload_unregister(mixed autoload_function)
895 ZEND_ARG_INFO(0, autoload_function)
899 ZEND_ARG_INFO(0, autoload_function)
/PHP_TRUNK/Zend/
H A Dzend_execute_API.c1018 zval autoload_function; local
1080 ZVAL_STRINGL(&autoload_function, ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME) - 1, 0);
1094 fcall_info.function_name = &autoload_function;

Completed in 8 milliseconds