Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_execute_API.c387 zend_hash_discard(EG(zend_constants), EG(persistent_constants_count)); in zend_shutdown_executor_values()
423 zend_hash_discard(EG(function_table), EG(persistent_functions_count)); in shutdown_executor()
424 zend_hash_discard(EG(class_table), EG(persistent_classes_count)); in shutdown_executor()
H A Dzend_hash.h114 ZEND_API void ZEND_FASTCALL zend_hash_discard(HashTable *ht, uint32_t nNumUsed);
H A Dzend_hash.c414 ZEND_API void ZEND_FASTCALL zend_hash_discard(HashTable *ht, uint32_t nNumUsed) in zend_hash_discard() function
/PHP-8.1/ext/opcache/
H A Dzend_shared_alloc.c532 zend_hash_discard(&ZCG(xlat_table), checkpoint); in zend_shared_alloc_restore_xlat_table()

Completed in 43 milliseconds