Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcntl/tests/
H A Dbug81577.phpt11 public static $cond = 1;
15 C::$a = [ C::$cond ]; // make countable zval
22 posix_kill(posix_getpid(), SIGTERM) + C::$cond;
/PHP-8.0/ext/opcache/tests/
H A Dbug74431.phpt14 $cond = true;
17 if($cond){
/PHP-8.0/ext/mbstring/ucgendat/
H A Ductest.php122 $cond = $fields[4];
123 if ($cond) {
H A Ducgendat.php339 $cond = $fields[4];
340 if ($cond) {
/PHP-8.0/build/
H A Dgen_stub.php621 public $cond; variable in FuncInfo
634 ?string $cond argument
646 $this->cond = $cond;
718 && $this->cond === $other->cond;
729 return "$name|$this->cond";
1088 ?string $cond argument
1215 $cond
1233 $conds[] = "!($cond)";
1284 $cond
1322 $cond
[all …]
H A Dphp_cxx_compile_stdcxx.m4754 template <bool cond>
757 if constexpr(cond)
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddynasm.lua261 local function cond_eval(cond)
264 func, err = loadstring("return "..cond, "=expr")
267 func, err = load("return "..cond, "=expr", "t", {})
H A Ddasm_ppc.lua1431 for cond,c in pairs(map_cond) do
1432 local b1 = "b"..cond
1507 local r, cond = match(expr, "^4%*cr([0-7])%+(%w%w)$")
1510 local c = map_cond[cond]
H A Ddasm_arm64.lua876 for cond,c in pairs(map_cond) do
877 map_op["b"..cond.."_1"] = tohex(0x54000000+c).."B"
H A Dminilua.c3392 static int jumponcond(FuncState*fs,expdesc*e,int cond){
3397 return condjump(fs,OP_TEST,GETARG_B(ie),0,!cond);
3402 return condjump(fs,OP_TESTSET,((1<<8)-1),e->u.s.info,cond);
3530 if(cond==0&&op!=OP_EQ){
3533 cond=1;
3535 e1->u.s.info=condjump(fs,op,cond,o1,o2);
4373 static int cond(LexState*ls){
4401 condexit=cond(ls);
4420 condexit=cond(ls);
4514 condexit=cond(ls);
[all …]
/PHP-8.0/sapi/cli/
H A Dphp_http_parser.c248 # define STRICT_CHECK(cond) if (cond) goto error argument
251 # define STRICT_CHECK(cond) argument
/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c1609 int cond; in get_cond() member
1626 return p->cond; in get_cond()
1630 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond() argument
1635 switch (cond) { in check_cond()
2027 m->cond = get_cond(l, &l); in parse()
2028 if (check_cond(ms, m->cond, cont_level) == -1) in parse()
H A Dfile.h276 uint8_t cond; /* conditional type */ member
H A Dsoftmagic.c352 if (m->cond == COND_ELSE || in match()
353 m->cond == COND_ELIF) { in match()
/PHP-8.0/Zend/
H A Dzend_compile.c2148 static inline uint32_t zend_emit_cond_jump(zend_uchar opcode, znode *cond, uint32_t opnum_target) /… in zend_emit_cond_jump() argument
2153 if (cond->op_type == IS_TMP_VAR && opnum > 0) { in zend_emit_cond_jump()
2156 && opline->result.var == cond->u.op.var in zend_emit_cond_jump()
2166 opline = zend_emit_op(NULL, opcode, cond, NULL); in zend_emit_cond_jump()
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c12369 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
12560 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
12566 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
12699 if (cond != NULL) in compile_bracket_backtrackingpath()
12711 JUMPHERE(cond); in compile_bracket_backtrackingpath()

Completed in 154 milliseconds