Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_compile.h296 int default_case; member
H A Dzend_compile.c1377 switch_entry.default_case = 0; in zend_do_begin_function_declaration()
3252 switch_entry.default_case = -1; in zend_do_switch_cond()
3270 if (switch_entry_ptr->default_case != -1) { in zend_do_switch_end()
3275 opline->op1.u.opline_num = switch_entry_ptr->default_case; in zend_do_switch_end()
3377 switch_entry_ptr->default_case = next_op_number; in zend_do_default_before_statement()

Completed in 23 milliseconds