Searched refs:ticks (Results 1 – 18 of 18) sorted by relevance
2 Use of non-literals in declare ticks values crashes compiler5 declare(ticks = UNKNOWN_CONST) {10 Fatal error: declare(ticks) value must be a literal in %sdeclare_006.php on line 2
2 Testing declare statement with ticks8 declare(ticks=1) {
5 declare(ticks=1);
7 declare (ticks=1) {
6 declare (ticks = 1);
15 declare (ticks=1) {
21 ["ticks"]=>
26 ["ticks"]=>
12 declare (ticks = 1);
196 void (*ticks_function)(int ticks);282 extern ZEND_API void (*zend_ticks_function)(int ticks);
102 zend_long ticks; member
77 ZEND_API void (*zend_ticks_function)(int ticks);
357 FC(declarables).ticks = 0; in zend_file_context_begin()2101 opline->extended_value = FC(declarables).ticks; in zend_emit_tick()5950 FC(declarables).ticks = zval_get_long(&value_zv); in zend_compile_declare()9497 if (FC(declarables).ticks && !zend_is_unticked_stmt(ast)) { in zend_compile_stmt()
442 clock_t ticks; in PHP_FUNCTION() local446 if ((ticks = times(&t)) == -1) { in PHP_FUNCTION()453 add_assoc_long(return_value, "ticks", ticks); /* clock ticks */ in PHP_FUNCTION()
30793 # int32_t clock_tick; /* 40: 100 == clock ticks */
Completed in 340 milliseconds