Searched refs:ticks (Results 1 – 15 of 15) sorted by relevance
5 declare(ticks=1);
7 declare (ticks=1) {
6 declare (ticks = 1);
11 declare (ticks=1);
4 declare(ticks=1);
22 ["ticks"]=>
26 ["ticks"]=>
12 declare (ticks = 1);
65 zval ticks; member
541 void (*ticks_function)(int ticks);684 extern ZEND_API void (*zend_ticks_function)(int ticks);
42 #define DO_TICKS() if (Z_LVAL(CG(declarables).ticks)) { zend_do_ticks(TSRMLS_C); }
54 ZEND_API void (*zend_ticks_function)(int ticks);
170 Z_TYPE(CG(declarables).ticks) = IS_LONG; in init_compiler_declarables()171 Z_LVAL(CG(declarables).ticks) = 0; in init_compiler_declarables()6189 CG(declarables).ticks = val->u.constant; in zend_do_declare_stmt()6254 …r(CG(active_op_array)) - declare_token->u.op.opline_num) - ((Z_LVAL(CG(declarables).ticks))?1:0)) { in zend_do_declare_end()6477 opline->extended_value = Z_LVAL(CG(declarables).ticks); in zend_do_ticks()
650 clock_t ticks; in PHP_FUNCTION() local654 if ((ticks = times(&t)) == -1) { in PHP_FUNCTION()661 add_assoc_long(return_value, "ticks", ticks); /* clock ticks */ in PHP_FUNCTION()
Completed in 53 milliseconds