Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c43 zend_hash_init(&persistent_script->script.function_table, 0, NULL, ZEND_FUNCTION_DTOR, 0); in create_persistent_script()
H A Dzend_file_cache.c1606 script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR);
1806 script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR);
/PHP-8.4/Zend/
H A Dzend.c718 zend_hash_init(compiler_globals->function_table, 1024, NULL, ZEND_FUNCTION_DTOR, 1); in compiler_globals_ctor()
1009 zend_hash_init(GLOBAL_FUNCTION_TABLE, 1024, NULL, ZEND_FUNCTION_DTOR, 1); in zend_startup()
H A Dzend_compile.h972 #define ZEND_FUNCTION_DTOR zend_function_dtor macro
H A Dzend_inheritance.c3310 ce->function_table.pDestructor = ZEND_FUNCTION_DTOR; in zend_lazy_class_load()
H A Dzend_compile.c2062 zend_hash_init(&ce->function_table, 8, NULL, ZEND_FUNCTION_DTOR, persistent_hashes); in zend_initialize_class_data()

Completed in 87 milliseconds