switch_entry_ptr 5002 Zend/zend_compile.c 	zend_switch_entry *switch_entry_ptr;
switch_entry_ptr 5004 Zend/zend_compile.c 	zend_stack_top(&CG(switch_cond_stack), (void **) &switch_entry_ptr);
switch_entry_ptr 5007 Zend/zend_compile.c 	if (switch_entry_ptr->default_case != -1) {
switch_entry_ptr 5012 Zend/zend_compile.c 		opline->op1.opline_num = switch_entry_ptr->default_case;
switch_entry_ptr 5025 Zend/zend_compile.c 	if (switch_entry_ptr->cond.op_type==IS_VAR || switch_entry_ptr->cond.op_type==IS_TMP_VAR) {
switch_entry_ptr 5028 Zend/zend_compile.c 		opline->opcode = (switch_entry_ptr->cond.op_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE;
switch_entry_ptr 5029 Zend/zend_compile.c 		SET_NODE(opline->op1, &switch_entry_ptr->cond);
switch_entry_ptr 5032 Zend/zend_compile.c 	if (switch_entry_ptr->cond.op_type == IS_CONST) {
switch_entry_ptr 5033 Zend/zend_compile.c 		zval_dtor(&switch_entry_ptr->cond.u.constant);
switch_entry_ptr 5046 Zend/zend_compile.c 	zend_switch_entry *switch_entry_ptr;
switch_entry_ptr 5049 Zend/zend_compile.c 	zend_stack_top(&CG(switch_cond_stack), (void **) &switch_entry_ptr);
switch_entry_ptr 5051 Zend/zend_compile.c 	if (switch_entry_ptr->control_var == -1) {
switch_entry_ptr 5052 Zend/zend_compile.c 		switch_entry_ptr->control_var = get_temporary_variable(CG(active_op_array));
switch_entry_ptr 5055 Zend/zend_compile.c 	opline->result.var = switch_entry_ptr->control_var;
switch_entry_ptr 5057 Zend/zend_compile.c 	SET_NODE(opline->op1, &switch_entry_ptr->cond);
switch_entry_ptr 5104 Zend/zend_compile.c 	zend_switch_entry *switch_entry_ptr;
switch_entry_ptr 5106 Zend/zend_compile.c 	zend_stack_top(&CG(switch_cond_stack), (void **) &switch_entry_ptr);
switch_entry_ptr 5114 Zend/zend_compile.c 	switch_entry_ptr->default_case = next_op_number;