ticks              55 Zend/zend.c    ZEND_API void (*zend_ticks_function)(int ticks);
ticks             554 Zend/zend.h    	void (*ticks_function)(int ticks);
ticks             703 Zend/zend.h    extern ZEND_API void (*zend_ticks_function)(int ticks);
ticks             170 Zend/zend_compile.c 	Z_TYPE(CG(declarables).ticks) = IS_LONG;
ticks             171 Zend/zend_compile.c 	Z_LVAL(CG(declarables).ticks) = 0;
ticks            6549 Zend/zend_compile.c 		CG(declarables).ticks = val->u.constant;
ticks            6614 Zend/zend_compile.c 	if ((get_next_op_number(CG(active_op_array)) - declare_token->u.op.opline_num) - ((Z_LVAL(CG(declarables).ticks))?1:0)) {
ticks            6844 Zend/zend_compile.c 	opline->extended_value = Z_LVAL(CG(declarables).ticks);
ticks              43 Zend/zend_compile.h #define DO_TICKS()            if (Z_LVAL(CG(declarables).ticks)) { zend_do_ticks(TSRMLS_C); }
ticks              65 Zend/zend_globals.h 	zval ticks;
ticks             650 ext/posix/posix.c 	clock_t    ticks;
ticks             654 ext/posix/posix.c 	if ((ticks = times(&t)) == -1) {
ticks             661 ext/posix/posix.c 	add_assoc_long(return_value, "ticks",	ticks);			/* clock ticks */