Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_globals.h164 int ticks_count; member
H A Dzend_execute_API.c155 EG(ticks_count) = 0; in init_executor()
H A Dzend_vm_def.h6860 if ((uint32_t)++EG(ticks_count) >= opline->extended_value) {
6861 EG(ticks_count) = 0;
H A Dzend_vm_execute.h1622 if ((uint32_t)++EG(ticks_count) >= opline->extended_value) {
1623 EG(ticks_count) = 0;

Completed in 149 milliseconds