Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/tests/
H A Dbug74431.phpt14 $cond = true;
17 if($cond){
/PHP-7.2/sapi/cli/
H A Dphp_http_parser.c248 # define STRICT_CHECK(cond) if (cond) goto error argument
251 # define STRICT_CHECK(cond) argument
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfile.h255 uint8_t cond; /* conditional type */ member
H A Dapprentice.c1511 int cond; in get_cond() member
1528 return p->cond; in get_cond()
1532 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond() argument
1537 switch (cond) { in check_cond()
1918 m->cond = get_cond(l, &l); in parse()
1919 if (check_cond(ms, m->cond, cont_level) == -1) in parse()
H A Dsoftmagic.c296 if (m->cond == COND_ELSE || in match()
297 m->cond == COND_ELIF) { in match()
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c9889 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
10083 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
10089 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
10214 if (cond != NULL) in compile_bracket_backtrackingpath()
10224 JUMPHERE(cond); in compile_bracket_backtrackingpath()
H A DChangeLog5774 (?(cond)re|re) conditional pattern matching
/PHP-7.2/Zend/
H A Dzend_compile.c2246 static inline uint32_t zend_emit_cond_jump(zend_uchar opcode, znode *cond, uint32_t opnum_target) /… in zend_emit_cond_jump() argument
2251 if ((cond->op_type & (IS_CV|IS_CONST)) in zend_emit_cond_jump()
2258 opline = zend_emit_op(NULL, opcode, cond, NULL); in zend_emit_cond_jump()

Completed in 111 milliseconds