Home
last modified time | relevance | path

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

/php-src/
H A Drun-tests.php385 $is_switch = false;
390 if (!$is_switch) {
394 $is_switch = true;
401 $is_switch = false;
408 if (!$is_switch) {
409 $is_switch = true;
620 if (!$is_switch) {
/php-src/Zend/
H A Dzend_compile.h163 bool is_switch; member
H A Dzend_compile.c692 uint8_t free_opcode, const znode *loop_var, bool is_switch) /* {{{ */ in zend_begin_loop() argument
701 brk_cont_element->is_switch = is_switch; in zend_begin_loop()
5472 if (CG(context).brk_cont_array[cur].is_switch) { in zend_compile_break_continue()

Completed in 50 milliseconds