Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_globals.h163 int ticks_count; member
H A Dzend_execute_API.c153 EG(ticks_count) = 0; in init_executor()
H A Dzend_vm_def.h6775 if ((uint32_t)++EG(ticks_count) >= opline->extended_value) {
6776 EG(ticks_count) = 0;
H A Dzend_vm_execute.h1628 if ((uint32_t)++EG(ticks_count) >= opline->extended_value) {
1629 EG(ticks_count) = 0;

Completed in 163 milliseconds