Home
last modified time | relevance | path

Searched refs:GLOBAL_CLASS_TABLE (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.3/Zend/
H A Dzend.c46 # define GLOBAL_CLASS_TABLE global_class_table macro
51 # define GLOBAL_CLASS_TABLE CG(class_table)
649 if (compiler_globals->class_table != GLOBAL_CLASS_TABLE) { in compiler_globals_dtor()
848 GLOBAL_CLASS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
853 zend_hash_init_ex(GLOBAL_CLASS_TABLE, 64, NULL, ZEND_CLASS_DTOR, 1, 0); in zend_startup()
874 *compiler_globals->class_table = *GLOBAL_CLASS_TABLE; in zend_startup()
936 *GLOBAL_CLASS_TABLE = *compiler_globals->class_table; in zend_post_startup()
982 zend_hash_destroy(GLOBAL_CLASS_TABLE); in zend_shutdown()
991 free(GLOBAL_CLASS_TABLE); in zend_shutdown()
999 GLOBAL_CLASS_TABLE = NULL; in zend_shutdown()

Completed in 9 milliseconds