Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend.c39 # define GLOBAL_CONSTANTS_TABLE global_constants_table macro
45 # define GLOBAL_CONSTANTS_TABLE EG(zend_constants) macro
558 zend_copy_constants(EG(zend_constants), GLOBAL_CONSTANTS_TABLE); in executor_globals_ctor()
594 if (executor_globals->zend_constants != GLOBAL_CONSTANTS_TABLE) { in executor_globals_dtor()
735 GLOBAL_CONSTANTS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
740 zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 128, NULL, ZEND_CONSTANT_DTOR, 1, 0); in zend_startup()
763 *executor_globals->zend_constants = *GLOBAL_CONSTANTS_TABLE; in zend_startup()
821 *GLOBAL_CONSTANTS_TABLE = *executor_globals->zend_constants; in zend_post_startup()
893 zend_hash_destroy(GLOBAL_CONSTANTS_TABLE); in zend_shutdown()
894 free(GLOBAL_CONSTANTS_TABLE); in zend_shutdown()
[all …]

Completed in 7 milliseconds