Searched refs:ZEND_FUNCTION_DTOR (Results 1 – 6 of 6) sorted by relevance
/PHP-7.1/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 73 zend_hash_init(&persistent_script->script.function_table, 128, NULL, ZEND_FUNCTION_DTOR, 0); in create_persistent_script() 234 ht->pDestructor = ZEND_FUNCTION_DTOR; in zend_hash_clone_methods()
|
H A D | zend_file_cache.c | 1194 script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR); in zend_file_cache_unserialize_class() 1325 script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR); in zend_file_cache_unserialize()
|
H A D | ZendAccelerator.c | 2118 …nit(&ZCG(function_table), zend_hash_num_elements(CG(function_table)), NULL, ZEND_FUNCTION_DTOR, 1); in accel_activate()
|
/PHP-7.1/Zend/ |
H A D | zend.c | 495 zend_hash_init_ex(compiler_globals->function_table, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in compiler_globals_ctor() 737 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()
|
H A D | zend_compile.h | 785 #define ZEND_FUNCTION_DTOR zend_function_dtor macro
|
H A D | zend_compile.c | 1748 zend_hash_init_ex(&ce->function_table, 8, NULL, ZEND_FUNCTION_DTOR, persistent_hashes, 0); in zend_initialize_class_data()
|
Completed in 59 milliseconds