Home
last modified time | relevance | path

Searched refs:ticks (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/Zend/tests/
H A Dbug43027.phpt5 declare(ticks=1);
H A Djump12.phpt7 declare (ticks=1) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug66094.phpt5 declare(ticks=1);
H A Dclosures_002.phpt6 declare (ticks = 1);
H A Dbug41037.phpt11 declare (ticks=1);
/PHP-5.5/ext/pcntl/
H A Dtest-pcntl.php4 declare(ticks=1);
/PHP-5.5/ext/posix/tests/
H A Dposix_times.phpt22 ["ticks"]=>
H A Dposix_times_basic.phpt26 ["ticks"]=>
/PHP-5.5/ext/pcntl/tests/
H A Dsignal_closure_handler.phpt12 declare (ticks = 1);
/PHP-5.5/Zend/
H A Dzend_globals.h65 zval ticks; member
H A Dzend.h551 void (*ticks_function)(int ticks);
694 extern ZEND_API void (*zend_ticks_function)(int ticks);
H A Dzend_compile.h42 #define DO_TICKS() if (Z_LVAL(CG(declarables).ticks)) { zend_do_ticks(TSRMLS_C); }
H A Dzend.c54 ZEND_API void (*zend_ticks_function)(int ticks);
H A Dzend_compile.c170 Z_TYPE(CG(declarables).ticks) = IS_LONG; in init_compiler_declarables()
171 Z_LVAL(CG(declarables).ticks) = 0; in init_compiler_declarables()
6432 CG(declarables).ticks = val->u.constant; in zend_do_declare_stmt()
6497 …r(CG(active_op_array)) - declare_token->u.op.opline_num) - ((Z_LVAL(CG(declarables).ticks))?1:0)) { in zend_do_declare_end()
6720 opline->extended_value = Z_LVAL(CG(declarables).ticks); in zend_do_ticks()
/PHP-5.5/ext/posix/
H A Dposix.c650 clock_t ticks; in PHP_FUNCTION() local
654 if ((ticks = times(&t)) == -1) { in PHP_FUNCTION()
661 add_assoc_long(return_value, "ticks", ticks); /* clock ticks */ in PHP_FUNCTION()

Completed in 49 milliseconds