Home
last modified time | relevance | path

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

/PHP-7.4/
H A Drun-tests.php51 $html_file, $html_output, $ignored_by_ext, $ini_overwrites, $is_switch,
333 $is_switch = false;
339 if (!$is_switch) {
343 $is_switch = true;
351 $is_switch = false;
359 if (!$is_switch) {
360 $is_switch = true;
622 if (!$is_switch) {
/PHP-7.4/Zend/
H A Dzend_compile.h155 zend_bool is_switch; member
H A Dzend_compile.c637 zend_uchar free_opcode, const znode *loop_var, zend_bool is_switch) /* {{{ */ in zend_begin_loop() argument
646 brk_cont_element->is_switch = is_switch; in zend_begin_loop()
4407 if (CG(context).brk_cont_array[cur].is_switch) { in zend_compile_break_continue()

Completed in 43 milliseconds