Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute_API.c151 EG(in_autoload) = NULL; in init_executor()
325 if (EG(in_autoload)) { in shutdown_executor()
326 zend_hash_destroy(EG(in_autoload)); in shutdown_executor()
327 FREE_HASHTABLE(EG(in_autoload)); in shutdown_executor()
1069 if (EG(in_autoload) == NULL) { in zend_lookup_class_ex()
1070 ALLOC_HASHTABLE(EG(in_autoload)); in zend_lookup_class_ex()
1071 zend_hash_init(EG(in_autoload), 0, NULL, NULL, 0); in zend_lookup_class_ex()
1074 …if (zend_hash_quick_add(EG(in_autoload), lc_name, lc_length, hash, (void**)&dummy, sizeof(char), N… in zend_lookup_class_ex()
1117 zend_hash_quick_del(EG(in_autoload), lc_name, lc_length, hash); in zend_lookup_class_ex()
H A Dzend_globals.h204 HashTable *in_autoload; member
H A Dzend.c570 EG(in_autoload) = NULL; in executor_globals_ctor()

Completed in 15 milliseconds