ticks_count       166 Zend/zend_execute_API.c 	EG(ticks_count) = 0;
ticks_count       208 Zend/zend_globals.h 	int ticks_count;
ticks_count      5103 Zend/zend_vm_def.h 	if (++EG(ticks_count)>=opline->extended_value) {
ticks_count      5104 Zend/zend_vm_def.h 		EG(ticks_count)=0;
ticks_count      1107 Zend/zend_vm_execute.h 	if (++EG(ticks_count)>=opline->extended_value) {
ticks_count      1108 Zend/zend_vm_execute.h 		EG(ticks_count)=0;