Home
last modified time | relevance | path

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

/php-src/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.c1570 script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR);
1765 script, buf, zend_file_cache_unserialize_func, ZEND_FUNCTION_DTOR);
/php-src/Zend/
H A Dzend.c710 zend_hash_init(compiler_globals->function_table, 1024, NULL, ZEND_FUNCTION_DTOR, 1); in compiler_globals_ctor()
994 zend_hash_init(GLOBAL_FUNCTION_TABLE, 1024, NULL, ZEND_FUNCTION_DTOR, 1); in zend_startup()
H A Dzend_compile.h921 #define ZEND_FUNCTION_DTOR zend_function_dtor macro
H A Dzend_inheritance.c2915 ce->function_table.pDestructor = ZEND_FUNCTION_DTOR; in zend_lazy_class_load()
H A Dzend_compile.c2006 zend_hash_init(&ce->function_table, 8, NULL, ZEND_FUNCTION_DTOR, persistent_hashes); in zend_initialize_class_data()

Completed in 69 milliseconds