ZEND_TICKS       1064 Zend/zend_compile.c 	while (opline->opcode == ZEND_TICKS && opline > CG(active_op_array)->opcodes) {
ZEND_TICKS       1905 Zend/zend_compile.c 	if (CG(active_op_array)->last && CG(active_op_array)->opcodes[CG(active_op_array)->last - 1].opcode == ZEND_TICKS) {
ZEND_TICKS       1911 Zend/zend_compile.c 	opline->opcode = ZEND_TICKS;
ZEND_TICKS       5644 Zend/zend_compile.c 		        CG(active_op_array)->opcodes[num-1].opcode == ZEND_TICKS)) {
ZEND_TICKS        360 Zend/zend_execute.h 			&& (opline)->opcode <= ZEND_TICKS)) {     \
ZEND_TICKS       6972 Zend/zend_vm_def.h ZEND_VM_HANDLER(105, ZEND_TICKS, ANY, ANY)
ZEND_TICKS        461 sapi/phpdbg/phpdbg.c 		 || cur->opcode == ZEND_DECLARE_ANON_CLASS || cur->opcode == ZEND_DECLARE_ANON_INHERITED_CLASS || cur->opcode == ZEND_FAST_RET || cur->opcode == ZEND_TICKS