Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend.c511 zend_hash_init_ex(compiler_globals->function_table, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0); in compiler_globals_ctor()
704 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()
H A Dzend_compile.h682 #define ZEND_FUNCTION_DTOR (void (*)(void *)) zend_function_dtor macro
H A Dzend_compile.c6828 zend_hash_init_ex(&ce->function_table, 0, NULL, ZEND_FUNCTION_DTOR, persistent_hashes, 0); in zend_initialize_class_data()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c399 ht->pDestructor = ZEND_FUNCTION_DTOR;
H A DZendAccelerator.c2491 …_globals->function_table, zend_hash_num_elements(CG(function_table)), NULL, ZEND_FUNCTION_DTOR, 1);

Completed in 56 milliseconds