Home
last modified time | relevance | path

Searched refs:zend_hash_discard (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/opcache/
H A Dzend_shared_alloc.c542 zend_hash_discard(&ZCG(xlat_table), checkpoint); in zend_shared_alloc_restore_xlat_table()
/PHP-8.2/Zend/
H A Dzend_execute_API.c396 zend_hash_discard(EG(zend_constants), EG(persistent_constants_count)); in zend_shutdown_executor_values()
432 zend_hash_discard(EG(function_table), EG(persistent_functions_count)); in shutdown_executor()
433 zend_hash_discard(EG(class_table), EG(persistent_classes_count)); in shutdown_executor()
H A Dzend_hash.h115 ZEND_API void ZEND_FASTCALL zend_hash_discard(HashTable *ht, uint32_t nNumUsed);
H A Dzend_hash.c425 ZEND_API void ZEND_FASTCALL zend_hash_discard(HashTable *ht, uint32_t nNumUsed) in zend_hash_discard() function

Completed in 41 milliseconds