Searched defs:cond (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_compile.h | 362 znode cond; member in struct:_zend_switch_entry 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 D | zend_compile.c | 1223 void zend_do_if_cond(const znode *cond, znode *closing_bracket_token TSRMLS_DC) /* {{{ */ argument 1229 SET_NODE(opline->op1, cond); 1740 switch_entry.cond.op_type = IS_UNUSED; 2656 if (switch_entry->cond.op_type != IS_VAR && switch_entry->cond.op_type != IS_TMP_VAR) { 2657 return (switch_entry->cond.op_type == IS_UNUSED); 2662 opline->opcode = (switch_entry->cond.op_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE; 2663 SET_NODE(opline->op1, &switch_entry->cond); 4823 void zend_do_switch_cond(const znode *cond TSRMLS_DC) /* {{{ */ 4827 switch_entry.cond 6582 zend_do_begin_qm_op(const znode *cond, znode *qm_token TSRMLS_DC) argument [all...] |
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | file.h | 251 uint8_t cond; /* conditional type */ member in struct:magic
|
| H A D | apprentice.c | 1422 int cond; member in struct:cond_tbl_s 1439 return p->cond; 1443 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) argument 1448 switch (cond) { 1680 m->cond = get_cond(l, &l); 1681 if (check_cond(ms, m->cond, cont_level) == -1)
|
Completed in 21 milliseconds