Home
last modified time | relevance | path

Searched refs:zend_hash_reverse_apply (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_execute_API.c260 zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor); in shutdown_destructors()
289 zend_hash_reverse_apply(EG(zend_constants), clean_non_persistent_constant_full); in zend_shutdown_executor_values()
439 zend_hash_reverse_apply(EG(function_table), clean_non_persistent_function_full); in shutdown_executor()
440 zend_hash_reverse_apply(EG(class_table), clean_non_persistent_class_full); in shutdown_executor()
H A Dzend_hash.h164 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func);
H A Dzend_hash.c2193 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_reverse_apply() function

Completed in 24 milliseconds