Home
last modified time | relevance | path

Searched refs:persistent_functions_count (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_globals.h175 uint32_t persistent_functions_count; member
H A Dzend_execute_API.c185 EG(persistent_functions_count) = EG(function_table)->nNumUsed; in init_executor()
354 zend_hash_discard(EG(function_table), EG(persistent_functions_count)); in shutdown_executor()
380 if (_idx == EG(persistent_functions_count)) { in shutdown_executor()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4351 EG(persistent_functions_count) = EG(function_table)->nNumUsed;

Completed in 21 milliseconds