Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute_API.c356 zend_hash_discard(EG(zend_constants), EG(persistent_constants_count)); in shutdown_executor()
357 zend_hash_discard(EG(function_table), EG(persistent_functions_count)); in shutdown_executor()
358 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.c380 ZEND_API void ZEND_FASTCALL zend_hash_discard(HashTable *ht, uint32_t nNumUsed) in zend_hash_discard() function
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.c528 zend_hash_discard(&ZCG(xlat_table), checkpoint); in zend_shared_alloc_restore_xlat_table()

Completed in 28 milliseconds