Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend.c62 # define GLOBAL_FUNCTION_TABLE global_function_table macro
67 # define GLOBAL_FUNCTION_TABLE CG(function_table)
743 if (compiler_globals->function_table != GLOBAL_FUNCTION_TABLE) { in compiler_globals_dtor()
982 GLOBAL_FUNCTION_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
987 zend_hash_init(GLOBAL_FUNCTION_TABLE, 1024, NULL, ZEND_FUNCTION_DTOR, 1); in zend_startup()
1008 *compiler_globals->function_table = *GLOBAL_FUNCTION_TABLE; in zend_startup()
1087 *GLOBAL_FUNCTION_TABLE = *compiler_globals->function_table; in zend_post_startup()
1142 zend_hash_destroy(GLOBAL_FUNCTION_TABLE); in zend_shutdown()
1159 free(GLOBAL_FUNCTION_TABLE); in zend_shutdown()
1168 GLOBAL_FUNCTION_TABLE = NULL; in zend_shutdown()

Completed in 10 milliseconds