Lines Matching refs:cond

1224 void zend_do_if_cond(const znode *cond, znode *closing_bracket_token TSRMLS_DC) /* {{{ */  in zend_do_if_cond()  argument
1230 SET_NODE(opline->op1, cond); in zend_do_if_cond()
1741 switch_entry.cond.op_type = IS_UNUSED; in zend_do_begin_function_declaration()
2662 if (switch_entry->cond.op_type != IS_VAR && switch_entry->cond.op_type != IS_TMP_VAR) { in generate_free_switch_expr()
2663 return (switch_entry->cond.op_type == IS_UNUSED); in generate_free_switch_expr()
2668 opline->opcode = (switch_entry->cond.op_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE; in generate_free_switch_expr()
2669 SET_NODE(opline->op1, &switch_entry->cond); in generate_free_switch_expr()
4843 void zend_do_switch_cond(const znode *cond TSRMLS_DC) /* {{{ */ in zend_do_switch_cond()
4847 switch_entry.cond = *cond; in zend_do_switch_cond()
4884 if (switch_entry_ptr->cond.op_type==IS_VAR || switch_entry_ptr->cond.op_type==IS_TMP_VAR) { in zend_do_switch_end()
4887 opline->opcode = (switch_entry_ptr->cond.op_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE; 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()
4916 SET_NODE(opline->op1, &switch_entry_ptr->cond); in zend_do_case_before_statement()
6593 void zend_do_begin_qm_op(const znode *cond, znode *qm_token TSRMLS_DC) /* {{{ */ in zend_do_begin_qm_op() argument
6601 SET_NODE(opline->op1, cond); in zend_do_begin_qm_op()