Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_compile.c4861 zend_switch_entry *switch_entry_ptr; in zend_do_switch_end() local
4866 if (switch_entry_ptr->default_case != -1) { in zend_do_switch_end()
4884 if (switch_entry_ptr->cond.op_type==IS_VAR || switch_entry_ptr->cond.op_type==IS_TMP_VAR) { in zend_do_switch_end()
4888 SET_NODE(opline->op1, &switch_entry_ptr->cond); in zend_do_switch_end()
4891 if (switch_entry_ptr->cond.op_type == IS_CONST) { in zend_do_switch_end()
4892 zval_dtor(&switch_entry_ptr->cond.u.constant); in zend_do_switch_end()
4905 zend_switch_entry *switch_entry_ptr; in zend_do_case_before_statement() local
4910 if (switch_entry_ptr->control_var == -1) { in zend_do_case_before_statement()
4916 SET_NODE(opline->op1, &switch_entry_ptr->cond); in zend_do_case_before_statement()
4963 zend_switch_entry *switch_entry_ptr; in zend_do_default_before_statement() local
[all …]

Completed in 27 milliseconds