Home
last modified time | relevance | path

Searched refs:autoload_func (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/spl/
H A Dphp_spl.c587 if (EG(autoload_func) == spl_func_ptr) { /* registered already, so we insert that first */ in PHP_FUNCTION()
618 …G(function_table), "spl_autoload_call", sizeof("spl_autoload_call"), (void **) &EG(autoload_func)); in PHP_FUNCTION()
620 …ash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &EG(autoload_func)); in PHP_FUNCTION()
675 EG(autoload_func) = NULL; in PHP_FUNCTION()
692 if (EG(autoload_func) == spl_func_ptr) { in PHP_FUNCTION()
694 EG(autoload_func) = NULL; in PHP_FUNCTION()
714 if (!EG(autoload_func)) { in PHP_FUNCTION()
725 if (EG(autoload_func) == fptr) { in PHP_FUNCTION()
764 add_next_index_string(return_value, EG(autoload_func)->common.function_name, 1); in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_globals.h205 zend_function *autoload_func; member
H A Dzend_execute_API.c152 EG(autoload_func) = NULL; in init_executor()
1103 fcall_cache.initialized = EG(autoload_func) ? 1 : 0; in zend_lookup_class_ex()
1104 fcall_cache.function_handler = EG(autoload_func); in zend_lookup_class_ex()
1113 EG(autoload_func) = fcall_cache.function_handler; in zend_lookup_class_ex()

Completed in 13 milliseconds