Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c52 zend_hash_init(&persistent_script->script.function_table, 0, NULL, ZEND_FUNCTION_DTOR, 0); in create_persistent_script()
175 ht->pDestructor = ZEND_FUNCTION_DTOR; in zend_hash_clone_methods()
H A Dzend_file_cache.c1356 script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR);
1512 script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR);
/PHP-7.4/Zend/
H A Dzend.c635 zend_hash_init_ex(compiler_globals->function_table, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in compiler_globals_ctor()
874 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()
H A Dzend_compile.h820 #define ZEND_FUNCTION_DTOR zend_function_dtor macro
H A Dzend_compile.c1658 zend_hash_init_ex(&ce->function_table, 8, NULL, ZEND_FUNCTION_DTOR, persistent_hashes, 0); in zend_initialize_class_data()

Completed in 79 milliseconds