Searched refs:GLOBAL_CLASS_TABLE (Results 1 – 1 of 1) sorted by relevance
63 # define GLOBAL_CLASS_TABLE global_class_table macro68 # define GLOBAL_CLASS_TABLE CG(class_table)774 if (compiler_globals->class_table != GLOBAL_CLASS_TABLE) { in compiler_globals_dtor()1007 GLOBAL_CLASS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()1012 zend_hash_init(GLOBAL_CLASS_TABLE, 64, NULL, ZEND_CLASS_DTOR, 1); in zend_startup()1033 *compiler_globals->class_table = *GLOBAL_CLASS_TABLE; in zend_startup()1112 *GLOBAL_CLASS_TABLE = *compiler_globals->class_table; in zend_post_startup()1173 zend_hash_graceful_reverse_destroy(GLOBAL_CLASS_TABLE); in zend_shutdown()1189 free(GLOBAL_CLASS_TABLE); in zend_shutdown()1198 GLOBAL_CLASS_TABLE = NULL; in zend_shutdown()
Completed in 9 milliseconds