Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend.c63 # define GLOBAL_CLASS_TABLE global_class_table macro
68 # define GLOBAL_CLASS_TABLE CG(class_table)
762 if (compiler_globals->class_table != GLOBAL_CLASS_TABLE) { in compiler_globals_dtor()
974 GLOBAL_CLASS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
979 zend_hash_init(GLOBAL_CLASS_TABLE, 64, NULL, ZEND_CLASS_DTOR, 1); in zend_startup()
1000 *compiler_globals->class_table = *GLOBAL_CLASS_TABLE; in zend_startup()
1079 *GLOBAL_CLASS_TABLE = *compiler_globals->class_table; in zend_post_startup()
1132 zend_hash_graceful_reverse_destroy(GLOBAL_CLASS_TABLE); in zend_shutdown()
1148 free(GLOBAL_CLASS_TABLE); in zend_shutdown()
1157 GLOBAL_CLASS_TABLE = NULL; in zend_shutdown()

Completed in 13 milliseconds