Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_execute_API.c144 EG(in_autoload) = NULL; in init_executor()
408 if (EG(in_autoload)) { in shutdown_executor()
409 zend_hash_destroy(EG(in_autoload)); in shutdown_executor()
410 FREE_HASHTABLE(EG(in_autoload)); in shutdown_executor()
1091 if (EG(in_autoload) == NULL) { in zend_lookup_class_ex()
1092 ALLOC_HASHTABLE(EG(in_autoload)); in zend_lookup_class_ex()
1093 zend_hash_init(EG(in_autoload), 8, NULL, NULL, 0); in zend_lookup_class_ex()
1096 if (zend_hash_add_empty_element(EG(in_autoload), lc_name) == NULL) { in zend_lookup_class_ex()
1114 zend_hash_del(EG(in_autoload), lc_name); in zend_lookup_class_ex()
H A Dzend_globals.h178 HashTable *in_autoload; member
H A Dzend.c734 executor_globals->in_autoload = NULL; in executor_globals_ctor()

Completed in 17 milliseconds