Searched refs:cond (Results 1 – 8 of 8) sorted by relevance
/PHP-7.1/ext/opcache/tests/ |
H A D | bug74431.phpt | 12 $cond = true; 15 if($cond){
|
/PHP-7.1/sapi/cli/ |
H A D | php_http_parser.c | 248 # define STRICT_CHECK(cond) if (cond) goto error argument 251 # define STRICT_CHECK(cond) argument
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 1496 int cond; in get_cond() member 1513 return p->cond; in get_cond() 1517 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond() argument 1522 switch (cond) { in check_cond() 1893 m->cond = get_cond(l, &l); in parse() 1894 if (check_cond(ms, m->cond, cont_level) == -1) in parse()
|
H A D | file.h | 252 uint8_t cond; /* conditional type */ member
|
H A D | softmagic.c | 273 if (m->cond == COND_ELSE || in match() 274 m->cond == COND_ELIF) { in match()
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 8880 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 D | ChangeLog | 5588 (?(cond)re|re) conditional pattern matching
|
/PHP-7.1/Zend/ |
H A D | zend_compile.c | 2247 static inline uint32_t zend_emit_cond_jump(zend_uchar opcode, znode *cond, uint32_t opnum_target) /… in zend_emit_cond_jump() argument 2252 if ((cond->op_type & (IS_CV|IS_CONST)) in zend_emit_cond_jump() 2259 opline = zend_emit_op(NULL, opcode, cond, NULL); in zend_emit_cond_jump()
|
Completed in 146 milliseconds