Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend.c35 # define GLOBAL_FUNCTION_TABLE global_function_table macro
40 # define GLOBAL_FUNCTION_TABLE CG(function_table) macro
538 if (compiler_globals->function_table != GLOBAL_FUNCTION_TABLE) { in compiler_globals_dtor()
699 GLOBAL_FUNCTION_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
704 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()
730 *compiler_globals->function_table = *GLOBAL_FUNCTION_TABLE; in zend_startup()
783 *GLOBAL_FUNCTION_TABLE = *compiler_globals->function_table; in zend_post_startup()
821 …zend_hash_reverse_apply(GLOBAL_FUNCTION_TABLE, (apply_func_t) zend_cleanup_function_data_full TSRM… in zend_shutdown()
830 zend_hash_destroy(GLOBAL_FUNCTION_TABLE); in zend_shutdown()
839 free(GLOBAL_FUNCTION_TABLE); in zend_shutdown()
[all …]

Completed in 10 milliseconds