Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend.c52 # define GLOBAL_CLASS_TABLE global_class_table macro
57 # define GLOBAL_CLASS_TABLE CG(class_table)
704 if (compiler_globals->class_table != GLOBAL_CLASS_TABLE) { in compiler_globals_dtor()
902 GLOBAL_CLASS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
907 zend_hash_init(GLOBAL_CLASS_TABLE, 64, NULL, ZEND_CLASS_DTOR, 1); in zend_startup()
928 *compiler_globals->class_table = *GLOBAL_CLASS_TABLE; in zend_startup()
1053 *GLOBAL_CLASS_TABLE = *compiler_globals->class_table; in zend_post_startup()
1100 zend_hash_destroy(GLOBAL_CLASS_TABLE); in zend_shutdown()
1109 free(GLOBAL_CLASS_TABLE); in zend_shutdown()
1118 GLOBAL_CLASS_TABLE = NULL; in zend_shutdown()

Completed in 13 milliseconds