Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c75 zend_hash_init(&persistent_script->function_table, 128, NULL, ZEND_FUNCTION_DTOR, 0); in create_persistent_script()
284 ht->pDestructor = ZEND_FUNCTION_DTOR; in zend_hash_clone_methods()
H A Dzend_file_cache.c1116 script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR); in zend_file_cache_unserialize_class()
1247 script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR); in zend_file_cache_unserialize()
H A DZendAccelerator.c2076 …nit(&ZCG(function_table), zend_hash_num_elements(CG(function_table)), NULL, ZEND_FUNCTION_DTOR, 1); in accel_activate()
/PHP-7.0/Zend/
H A Dzend.c487 zend_hash_init_ex(compiler_globals->function_table, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in compiler_globals_ctor()
722 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()
H A Dzend_compile.h751 #define ZEND_FUNCTION_DTOR zend_function_dtor macro
H A Dzend_compile.c1633 zend_hash_init_ex(&ce->function_table, 8, NULL, ZEND_FUNCTION_DTOR, persistent_hashes, 0); in zend_initialize_class_data()

Completed in 54 milliseconds