Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend.c49 # define GLOBAL_FUNCTION_TABLE global_function_table macro
54 # define GLOBAL_FUNCTION_TABLE CG(function_table)
669 if (compiler_globals->function_table != GLOBAL_FUNCTION_TABLE) { in compiler_globals_dtor()
869 GLOBAL_FUNCTION_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
874 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()
895 *compiler_globals->function_table = *GLOBAL_FUNCTION_TABLE; in zend_startup()
1015 *GLOBAL_FUNCTION_TABLE = *compiler_globals->function_table; in zend_post_startup()
1060 zend_hash_destroy(GLOBAL_FUNCTION_TABLE); in zend_shutdown()
1069 free(GLOBAL_FUNCTION_TABLE); in zend_shutdown()
1077 GLOBAL_FUNCTION_TABLE = NULL; in zend_shutdown()

Completed in 9 milliseconds