Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute_API.c214 zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor TSRMLS_CC); in shutdown_destructors()
283 zend_hash_reverse_apply(EG(function_table), (apply_func_t) zend_cleanup_function_data TSRMLS_CC); in shutdown_executor()
284 zend_hash_reverse_apply(EG(class_table), (apply_func_t) zend_cleanup_user_class_data TSRMLS_CC); in shutdown_executor()
296zend_hash_reverse_apply(EG(function_table), (apply_func_t) clean_non_persistent_function_full TSRM… in shutdown_executor()
297zend_hash_reverse_apply(EG(class_table), (apply_func_t) clean_non_persistent_class_full TSRMLS_CC); in shutdown_executor()
299zend_hash_reverse_apply(EG(function_table), (apply_func_t) clean_non_persistent_function TSRMLS_CC… in shutdown_executor()
300 zend_hash_reverse_apply(EG(class_table), (apply_func_t) clean_non_persistent_class TSRMLS_CC); in shutdown_executor()
H A Dzend.c821zend_hash_reverse_apply(GLOBAL_FUNCTION_TABLE, (apply_func_t) zend_cleanup_function_data_full TSRM… in zend_shutdown()
822zend_hash_reverse_apply(GLOBAL_CLASS_TABLE, (apply_func_t) zend_cleanup_user_class_data TSRMLS_CC); in zend_shutdown()
824zend_hash_reverse_apply(GLOBAL_FUNCTION_TABLE, (apply_func_t) clean_non_persistent_function_full T… in zend_shutdown()
825zend_hash_reverse_apply(GLOBAL_CLASS_TABLE, (apply_func_t) clean_non_persistent_class_full TSRMLS_… in zend_shutdown()
H A Dzend_ts_hash.c186 zend_hash_reverse_apply(TS_HASH(ht), apply_func TSRMLS_CC); in zend_ts_hash_reverse_apply()
H A Dzend_hash.h149 ZEND_API void zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC);
H A Dzend_constants.c174zend_hash_reverse_apply(EG(zend_constants), (apply_func_t) clean_non_persistent_constant TSRMLS_CC… in clean_non_persistent_constants()
H A Dzend_hash.c790 ZEND_API void zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC) in zend_hash_reverse_apply() function
H A Dzend_API.c2426 zend_hash_reverse_apply(&module_registry, (apply_func_t) module_registry_cleanup TSRMLS_CC); in zend_deactivate_modules()
2471 zend_hash_reverse_apply(&module_registry, (apply_func_t) module_registry_unload_temp TSRMLS_CC); in zend_post_deactivate_modules()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2313zend_hash_reverse_apply(EG(function_table), (apply_func_t) accel_clean_non_persistent_function TSR…
2317zend_hash_reverse_apply(EG(class_table), (apply_func_t) accel_clean_non_persistent_class TSRMLS_CC…
2321zend_hash_reverse_apply(EG(zend_constants), (apply_func_t) accel_clean_non_persistent_constant TSR…

Completed in 45 milliseconds