Home
last modified time | relevance | path

Searched refs:DO_TICKS (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_language_parser.y308 unticked_statement { DO_TICKS(); }
396 unticked_function_declaration_statement { DO_TICKS(); }
400 unticked_class_declaration_statement { DO_TICKS(); }
H A Dzend_compile.h43 #define DO_TICKS() if (Z_LVAL(CG(declarables).ticks)) { zend_do_ticks(TSRMLS_C); } macro

Completed in 9 milliseconds