Searched defs:cond (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend_compile.c | 1220 void zend_do_if_cond(const znode *cond, znode *closing_bracket_token TSRMLS_DC) /* {{{ */ argument 1226 SET_NODE(opline->op1, cond); 1729 switch_entry.cond.op_type = IS_UNUSED; 2569 if (switch_entry->cond.op_type != IS_VAR && switch_entry->cond.op_type != IS_TMP_VAR) { 2570 return (switch_entry->cond.op_type == IS_UNUSED); 2575 opline->opcode = (switch_entry->cond.op_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE; 2576 SET_NODE(opline->op1, &switch_entry->cond); 4631 void zend_do_switch_cond(const znode *cond TSRMLS_DC) /* {{{ */ 4635 switch_entry.cond 6346 zend_do_begin_qm_op(const znode *cond, znode *qm_token TSRMLS_DC) argument [all...] |
| H A D | zend_compile.h | 352 znode cond; member in struct:_zend_switch_entry 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);
|
| /PHP_5_4/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 19 milliseconds