Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_language_parser.y278 unticked_statement { DO_TICKS(); }
366 unticked_function_declaration_statement { DO_TICKS(); }
370 unticked_class_declaration_statement { DO_TICKS(); }
H A Dzend_compile.h42 #define DO_TICKS() if (Z_LVAL(CG(declarables).ticks)) { zend_do_ticks(TSRMLS_C); } macro

Completed in 14 milliseconds