Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/tests/
H A Dbug74431.phpt14 $cond = true;
17 if($cond){
/PHP-7.3/ext/mbstring/ucgendat/
H A Ductest.php121 $cond = $fields[4];
122 if ($cond) {
H A Ducgendat.php332 $cond = $fields[4];
333 if ($cond) {
/PHP-7.3/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.3/ext/fileinfo/libmagic/
H A Dfile.h265 uint8_t cond; /* conditional type */ member
H A Dapprentice.c1551 int cond; in get_cond() member
1568 return p->cond; in get_cond()
1572 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond() argument
1577 switch (cond) { in check_cond()
1958 m->cond = get_cond(l, &l); in parse()
1959 if (check_cond(ms, m->cond, cont_level) == -1) in parse()
H A Dsoftmagic.c304 if (m->cond == COND_ELSE || in match()
305 m->cond == COND_ELIF) { in match()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c1435 Node* cond = NODE_BAG_BODY(node); in compile_length_bag_node() local
1439 len = compile_length_tree(cond, reg); in compile_length_bag_node()
1600 Node* cond = NODE_BAG_BODY(node); in compile_bag_node() local
1607 cond_len = compile_length_tree(cond, reg); in compile_bag_node()
1622 r = compile_tree(cond, reg, env); in compile_bag_node()
H A Dregparse.c2457 node_new_bag_if_else(Node* cond, Node* Then, Node* Else) in node_new_bag_if_else() argument
2463 NODE_BODY(n) = cond; in node_new_bag_if_else()
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c11007 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
11202 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
11208 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
11333 if (cond != NULL) in compile_bracket_backtrackingpath()
11345 JUMPHERE(cond); in compile_bracket_backtrackingpath()
/PHP-7.3/Zend/
H A Dzend_compile.c2217 static inline uint32_t zend_emit_cond_jump(zend_uchar opcode, znode *cond, uint32_t opnum_target) /… in zend_emit_cond_jump() argument
2222 if ((cond->op_type & (IS_CV|IS_CONST)) in zend_emit_cond_jump()
2229 opline = zend_emit_op(NULL, opcode, cond, NULL); in zend_emit_cond_jump()

Completed in 115 milliseconds