Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 9 of 9) sorted by last modified time

/PHP-5.5/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.5/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
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c240 if (m->cond == COND_ELSE || in match()
241 m->cond == COND_ELIF) { in match()
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
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1410 uint8_t cond; /* conditional type */
/PHP-5.5/Zend/
H A Dzend_compile.h362 znode cond; member
479 void zend_do_if_cond(const znode *cond, znode *closing_bracket_token TSRMLS_DC);
557 void zend_do_switch_cond(const znode *cond TSRMLS_DC);
621 void zend_do_begin_qm_op(const znode *cond, znode *qm_token TSRMLS_DC);
H A Dzend_compile.c1230 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()
2669 SET_NODE(opline->op1, &switch_entry->cond); in generate_free_switch_expr()
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()
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()
[all …]

Completed in 104 milliseconds