Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend.c493 zend_hash_init_ex(compiler_globals->function_table, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0); in compiler_globals_ctor()
656 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()
H A Dzend_compile.h578 #define ZEND_FUNCTION_DTOR (void (*)(void *)) zend_function_dtor macro
H A Dzend_compile.c5023 zend_hash_init_ex(&ce->function_table, 0, NULL, ZEND_FUNCTION_DTOR, persistent_hashes, 0); in zend_initialize_class_data()

Completed in 27 milliseconds