Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_globals.h196 int ticks_count; member
H A Dzend_execute_API.c161 EG(ticks_count) = 0; in init_executor()
H A Dzend_vm_def.h7874 if ((uint32_t)++EG(ticks_count) >= opline->extended_value) {
7875 EG(ticks_count) = 0;
H A Dzend_vm_execute.h3105 if ((uint32_t)++EG(ticks_count) >= opline->extended_value) { in ZEND_TICKS_SPEC_HANDLER()
3106 EG(ticks_count) = 0; in ZEND_TICKS_SPEC_HANDLER()

Completed in 148 milliseconds