Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_execute_API.c143 EG(autoload_func) = NULL; in init_executor()
937 if (!EG(autoload_func)) { in zend_lookup_class_ex()
940 EG(autoload_func) = func; in zend_lookup_class_ex()
977 ZVAL_STR_COPY(&fcall_info.function_name, EG(autoload_func)->common.function_name); in zend_lookup_class_ex()
985 fcall_cache.function_handler = EG(autoload_func); in zend_lookup_class_ex()
H A Dzend_globals.h167 zend_function *autoload_func; member
/PHP-7.2/ext/spl/
H A Dphp_spl.c603 if (EG(autoload_func) == spl_func_ptr) { /* registered already, so we insert that first */ in PHP_FUNCTION()
646 …EG(autoload_func) = zend_hash_str_find_ptr(EG(function_table), "spl_autoload_call", sizeof("spl_au… in PHP_FUNCTION()
648 …EG(autoload_func) = zend_hash_str_find_ptr(EG(function_table), "spl_autoload", sizeof("spl_autoloa… in PHP_FUNCTION()
710 EG(autoload_func) = NULL; in PHP_FUNCTION()
729 if (EG(autoload_func) == spl_func_ptr) { in PHP_FUNCTION()
731 EG(autoload_func) = NULL; in PHP_FUNCTION()
750 if (!EG(autoload_func)) { in PHP_FUNCTION()
761 if (EG(autoload_func) == fptr) { in PHP_FUNCTION()
792 add_next_index_str(return_value, zend_string_copy(EG(autoload_func)->common.function_name)); in PHP_FUNCTION()

Completed in 18 milliseconds