Home
last modified time | relevance | path

Searched refs:is_switch (Results 1 – 3 of 3) sorted by relevance

/php-src/
H A Drun-tests.php383 $is_switch = false;
388 if (!$is_switch) {
392 $is_switch = true;
399 $is_switch = false;
406 if (!$is_switch) {
407 $is_switch = true;
618 if (!$is_switch) {
/php-src/Zend/
H A Dzend_compile.h164 bool is_switch; member
H A Dzend_compile.c712 uint8_t free_opcode, const znode *loop_var, bool is_switch) /* {{{ */ in zend_begin_loop() argument
721 brk_cont_element->is_switch = is_switch; in zend_begin_loop()
5806 if (CG(context).brk_cont_array[cur].is_switch) { in zend_compile_break_continue()

Completed in 47 milliseconds