Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_globals.h186 uint32_t persistent_functions_count; member
H A Dzend_execute_API.c189 EG(persistent_functions_count) = EG(function_table)->nNumUsed; in init_executor()
432 zend_hash_discard(EG(function_table), EG(persistent_functions_count)); in shutdown_executor()
443 if (_idx == EG(persistent_functions_count)) { in shutdown_executor()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c4059 ZEND_HASH_MAP_FOREACH_PTR_FROM(EG(function_table), op_array, EG(persistent_functions_count)) {
4329 EG(persistent_functions_count) = EG(function_table)->nNumUsed;

Completed in 28 milliseconds