Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/
H A Dzend_shared_alloc.c566 zend_hash_discard(&ZCG(xlat_table), checkpoint); in zend_shared_alloc_restore_xlat_table()
/PHP-8.3/Zend/
H A Dzend_execute_API.c397 zend_hash_discard(EG(zend_constants), EG(persistent_constants_count)); in zend_shutdown_executor_values()
433 zend_hash_discard(EG(function_table), EG(persistent_functions_count)); in shutdown_executor()
434 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.c435 ZEND_API void ZEND_FASTCALL zend_hash_discard(HashTable *ht, uint32_t nNumUsed) in zend_hash_discard() function

Completed in 38 milliseconds