Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_constants.h75 #define ZEND_CONSTANT_DTOR (void (*)(void *)) free_zend_constant macro
H A Dzend_constants.c90 if (zend_hash_init(EG(zend_constants), 20, NULL, ZEND_CONSTANT_DTOR, 1)==FAILURE) { in zend_startup_constants()
H A Dzend.c707 zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 20, NULL, ZEND_CONSTANT_DTOR, 1, 0); in zend_startup()

Completed in 10 milliseconds