Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend.c37 # define GLOBAL_CONSTANTS_TABLE global_constants_table macro
43 # define GLOBAL_CONSTANTS_TABLE EG(zend_constants) macro
563 zend_copy_constants(EG(zend_constants), GLOBAL_CONSTANTS_TABLE); in executor_globals_ctor()
588 if (executor_globals->zend_constants != GLOBAL_CONSTANTS_TABLE) { in executor_globals_dtor()
702 GLOBAL_CONSTANTS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
707 zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 20, NULL, ZEND_CONSTANT_DTOR, 1, 0); in zend_startup()
735 *executor_globals->zend_constants = *GLOBAL_CONSTANTS_TABLE; in zend_startup()
785 *GLOBAL_CONSTANTS_TABLE = *executor_globals->zend_constants; in zend_post_startup()
842 zend_hash_destroy(GLOBAL_CONSTANTS_TABLE); in zend_shutdown()
843 free(GLOBAL_CONSTANTS_TABLE); in zend_shutdown()
[all …]

Completed in 6 milliseconds