Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_compile.h352 znode cond; member
458 void zend_do_if_cond(const znode *cond, znode *closing_bracket_token TSRMLS_DC);
532 void zend_do_switch_cond(const znode *cond TSRMLS_DC);
596 void zend_do_begin_qm_op(const znode *cond, znode *qm_token TSRMLS_DC);
H A Dzend_compile.c1227 SET_NODE(opline->op1, cond); in zend_do_if_cond()
1730 switch_entry.cond.op_type = IS_UNUSED; in zend_do_begin_function_declaration()
2570 if (switch_entry->cond.op_type != IS_VAR && switch_entry->cond.op_type != IS_TMP_VAR) { in generate_free_switch_expr()
2577 SET_NODE(opline->op1, &switch_entry->cond); in generate_free_switch_expr()
4639 switch_entry.cond = *cond; in zend_do_switch_cond()
4676 if (switch_entry_ptr->cond.op_type==IS_VAR || switch_entry_ptr->cond.op_type==IS_TMP_VAR) { in zend_do_switch_end()
4680 SET_NODE(opline->op1, &switch_entry_ptr->cond); in zend_do_switch_end()
4683 if (switch_entry_ptr->cond.op_type == IS_CONST) { in zend_do_switch_end()
4684 zval_dtor(&switch_entry_ptr->cond.u.constant); in zend_do_switch_end()
4708 SET_NODE(opline->op1, &switch_entry_ptr->cond); in zend_do_case_before_statement()
[all …]
/PHP-5.4/sapi/cli/
H A Dphp_http_parser.c315 # define STRICT_CHECK(cond) if (cond) goto error argument
318 # define STRICT_CHECK(cond) argument
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c1424 int cond; in get_cond() member
1441 return p->cond; in get_cond()
1445 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond() argument
1450 switch (cond) { in check_cond()
1682 m->cond = get_cond(l, &l); in parse()
1683 if (check_cond(ms, m->cond, cont_level) == -1) in parse()
H A Dfile.h251 uint8_t cond; /* conditional type */ member
H A Dsoftmagic.c240 if (m->cond == COND_ELSE || in match()
241 m->cond == COND_ELIF) { in match()
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c8839 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
9033 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
9039 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
9164 if (cond != NULL) in compile_bracket_backtrackingpath()
9174 JUMPHERE(cond); in compile_bracket_backtrackingpath()
H A DChangeLog5412 (?(cond)re|re) conditional pattern matching
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch1410 uint8_t cond; /* conditional type */

Completed in 99 milliseconds