Home
last modified time | relevance | path

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

/PHP-8.3/
H A Drun-tests.php155 $ignored_by_ext, $ini_overwrites, $is_switch, $colorize,
390 $is_switch = false;
395 if (!$is_switch) {
399 $is_switch = true;
407 $is_switch = false;
415 if (!$is_switch) {
416 $is_switch = true;
628 if (!$is_switch) {
/PHP-8.3/Zend/
H A Dzend_compile.h153 bool is_switch; member
H A Dzend_compile.c682 uint8_t free_opcode, const znode *loop_var, bool is_switch) /* {{{ */ in zend_begin_loop() argument
691 brk_cont_element->is_switch = is_switch; in zend_begin_loop()
5293 if (CG(context).brk_cont_array[cur].is_switch) { in zend_compile_break_continue()

Completed in 92 milliseconds