Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_compile.h295 znode cond; member
402 void zend_do_if_cond(const znode *cond, znode *closing_bracket_token TSRMLS_DC);
467 void zend_do_switch_cond(const znode *cond TSRMLS_DC);
527 void zend_do_begin_qm_op(const znode *cond, znode *qm_token TSRMLS_DC);
H A Dzend_compile.c911 opline->op1 = *cond; in zend_do_if_cond()
1376 switch_entry.cond.op_type = IS_UNUSED; in zend_do_begin_function_declaration()
2182 if (switch_entry->cond.op_type != IS_VAR && switch_entry->cond.op_type != IS_TMP_VAR) { in generate_free_switch_expr()
2189 opline->op1 = switch_entry->cond; in generate_free_switch_expr()
3251 switch_entry.cond = *cond; in zend_do_switch_cond()
3288 if (switch_entry_ptr->cond.op_type==IS_VAR || switch_entry_ptr->cond.op_type==IS_TMP_VAR) { in zend_do_switch_end()
3292 opline->op1 = switch_entry_ptr->cond; in zend_do_switch_end()
3295 if (switch_entry_ptr->cond.op_type == IS_CONST) { in zend_do_switch_end()
3296 zval_dtor(&switch_entry_ptr->cond.u.constant); in zend_do_switch_end()
3320 opline->op1 = switch_entry_ptr->cond; in zend_do_case_before_statement()
[all …]
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c1070 int cond; member
1087 return p->cond;
1091 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) argument
1096 switch (cond) {
1325 m->cond = get_cond(l, &l);
1326 if (check_cond(ms, m->cond, cont_level) == -1)
H A Dfile.h235 uint8_t cond; /* conditional type */ member
H A Dsoftmagic.c224 if (m->cond == COND_ELSE || in match()
225 m->cond == COND_ELIF) { in match()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch1222 uint8_t cond; /* conditional type */
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog4651 (?(cond)re|re) conditional pattern matching

Completed in 61 milliseconds