Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dphp_spl.c619 if (EG(autoload_func) == spl_func_ptr) { /* registered already, so we insert that first */ in PHP_FUNCTION()
662 EG(autoload_func) = spl_autoload_call_fn; in PHP_FUNCTION()
664 EG(autoload_func) = spl_autoload_fn; in PHP_FUNCTION()
725 EG(autoload_func) = NULL; in PHP_FUNCTION()
744 if (EG(autoload_func) == spl_func_ptr) { in PHP_FUNCTION()
746 EG(autoload_func) = NULL; in PHP_FUNCTION()
765 if (!EG(autoload_func)) { in PHP_FUNCTION()
779 if (EG(autoload_func) == fptr) { in PHP_FUNCTION()
810 add_next_index_str(return_value, zend_string_copy(EG(autoload_func)->common.function_name)); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_globals.h170 zend_function *autoload_func; member
H A Dzend_execute_API.c141 EG(autoload_func) = NULL; in init_executor()
874 if (!EG(autoload_func)) { in zend_lookup_class_ex()
878 EG(autoload_func) = func; in zend_lookup_class_ex()
915 ZVAL_STR_COPY(&fcall_info.function_name, EG(autoload_func)->common.function_name); in zend_lookup_class_ex()
922 fcall_cache.function_handler = EG(autoload_func); in zend_lookup_class_ex()

Completed in 20 milliseconds