Searched refs:persistent_functions_count (Results 1 – 3 of 3) sorted by relevance
175 uint32_t persistent_functions_count; member
185 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()
4351 EG(persistent_functions_count) = EG(function_table)->nNumUsed;
Completed in 40 milliseconds