Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_compile.h373 znode cond; member
494 void zend_do_if_cond(const znode *cond, znode *closing_bracket_token TSRMLS_DC);
573 void zend_do_switch_cond(const znode *cond TSRMLS_DC);
637 void zend_do_begin_qm_op(const znode *cond, znode *qm_token TSRMLS_DC);
H A Dzend_compile.c1238 SET_NODE(opline->op1, cond); in zend_do_if_cond()
1769 switch_entry.cond.op_type = IS_UNUSED; in zend_do_begin_function_declaration()
2779 if (switch_entry->cond.op_type != IS_VAR && switch_entry->cond.op_type != IS_TMP_VAR) { in generate_free_switch_expr()
2786 SET_NODE(opline->op1, &switch_entry->cond); in generate_free_switch_expr()
4990 switch_entry.cond = *cond; in zend_do_switch_cond()
5027 if (switch_entry_ptr->cond.op_type==IS_VAR || switch_entry_ptr->cond.op_type==IS_TMP_VAR) { in zend_do_switch_end()
5031 SET_NODE(opline->op1, &switch_entry_ptr->cond); in zend_do_switch_end()
5034 if (switch_entry_ptr->cond.op_type == IS_CONST) { in zend_do_switch_end()
5035 zval_dtor(&switch_entry_ptr->cond.u.constant); in zend_do_switch_end()
5059 SET_NODE(opline->op1, &switch_entry_ptr->cond); in zend_do_case_before_statement()
[all …]
/PHP-5.6/sapi/cli/
H A Dphp_http_parser.c316 # define STRICT_CHECK(cond) if (cond) goto error argument
319 # define STRICT_CHECK(cond) argument
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfile.h251 uint8_t cond; /* conditional type */ member
H A Dapprentice.c1427 int cond; in get_cond() member
1444 return p->cond; in get_cond()
1448 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond() argument
1453 switch (cond) { in check_cond()
1685 m->cond = get_cond(l, &l); in parse()
1686 if (check_cond(ms, m->cond, cont_level) == -1) in parse()
H A Dsoftmagic.c251 if (m->cond == COND_ELSE || in match()
252 m->cond == COND_ELIF) { in match()
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c8880 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
9074 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
9080 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
9205 if (cond != NULL) in compile_bracket_backtrackingpath()
9215 JUMPHERE(cond); in compile_bracket_backtrackingpath()
H A DChangeLog5588 (?(cond)re|re) conditional pattern matching

Completed in 158 milliseconds