Searched refs:GLOBAL_FUNCTION_TABLE (Results 1 – 1 of 1) sorted by relevance
37 # define GLOBAL_FUNCTION_TABLE global_function_table macro42 # define GLOBAL_FUNCTION_TABLE CG(function_table) macro526 if (compiler_globals->function_table != GLOBAL_FUNCTION_TABLE) { in compiler_globals_dtor()732 GLOBAL_FUNCTION_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()737 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()758 *compiler_globals->function_table = *GLOBAL_FUNCTION_TABLE; in zend_startup()819 *GLOBAL_FUNCTION_TABLE = *compiler_globals->function_table; in zend_post_startup()860 ZEND_HASH_REVERSE_FOREACH_PTR(GLOBAL_FUNCTION_TABLE, func) { in zend_shutdown()881 zend_hash_destroy(GLOBAL_FUNCTION_TABLE); in zend_shutdown()890 free(GLOBAL_FUNCTION_TABLE); in zend_shutdown()[all …]
Completed in 10 milliseconds