Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend.c36 # define GLOBAL_CONSTANTS_TABLE global_constants_table macro
42 # define GLOBAL_CONSTANTS_TABLE EG(zend_constants) macro
541 zend_copy_constants(EG(zend_constants), GLOBAL_CONSTANTS_TABLE); in executor_globals_ctor()
563 if (executor_globals->zend_constants != GLOBAL_CONSTANTS_TABLE) { in executor_globals_dtor()
654 GLOBAL_CONSTANTS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
659 zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 20, NULL, ZEND_CONSTANT_DTOR, 1, 0); in zend_startup()
687 *executor_globals->zend_constants = *GLOBAL_CONSTANTS_TABLE; in zend_startup()
734 *GLOBAL_CONSTANTS_TABLE = *executor_globals->zend_constants; in zend_post_startup()
773 zend_hash_destroy(GLOBAL_CONSTANTS_TABLE); in zend_shutdown()
774 free(GLOBAL_CONSTANTS_TABLE); in zend_shutdown()
[all …]

Completed in 11 milliseconds