/PHP-8.2/ext/pcntl/tests/ |
H A D | bug81577.phpt | 9 public static $cond = 1; 13 C::$a = [ C::$cond ]; // make countable zval 20 posix_kill(posix_getpid(), SIGTERM) + C::$cond;
|
/PHP-8.2/ext/opcache/tests/ |
H A D | bug74431.phpt | 14 $cond = true; 17 if($cond){
|
/PHP-8.2/ext/opcache/tests/jit/ |
H A D | gh16499.phpt | 9 function test($cond): ?int { 10 if ($cond) {
|
/PHP-8.2/ext/mbstring/ucgendat/ |
H A D | uctest.php | 122 $cond = $fields[4]; 123 if ($cond) {
|
H A D | ucgendat.php | 354 $cond = $fields[4]; 355 if ($cond) {
|
/PHP-8.2/build/ |
H A D | gen_stub.php | 1230 $this->cond = $cond; 1303 && $this->cond === $other->cond; 1863 $this->cond = $cond; 2447 $this->cond = $cond; 3195 ?string $cond, argument 3412 $cond, 3576 $cond, 3938 if ($info->cond && $info->cond !== $parentCond) { 4055 if ($cond) { 4068 }, $cond); [all …]
|
H A D | php_cxx_compile_stdcxx.m4 | 769 template <bool cond> 772 if constexpr(cond)
|
/PHP-8.2/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-8.2/ext/opcache/jit/dynasm/ |
H A D | dynasm.lua | 261 local function cond_eval(cond) 264 func, err = loadstring("return "..cond, "=expr") 267 func, err = load("return "..cond, "=expr", "t", {})
|
H A D | dasm_ppc.lua | 1431 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 D | dasm_arm64.lua | 894 for cond,c in pairs(map_cond) do 895 map_op["b"..cond.."_1"] = tohex(0x54000000+c).."B"
|
H A D | minilua.c | 3392 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.2/Zend/ |
H A D | Zend.m4 | 180 AX_CHECK_COMPILE_FLAG([-Wduplicated-cond], CFLAGS="-Wduplicated-cond $CFLAGS", , [-Werror])
|
H A D | zend_compile.c | 2183 static inline uint32_t zend_emit_cond_jump(zend_uchar opcode, znode *cond, uint32_t opnum_target) /… in zend_emit_cond_jump() argument 2188 if (cond->op_type == IS_TMP_VAR && opnum > 0) { in zend_emit_cond_jump() 2191 && opline->result.var == cond->u.op.var in zend_emit_cond_jump() 2201 opline = zend_emit_op(NULL, opcode, cond, NULL); in zend_emit_cond_jump()
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeS390X.c | 642 #define SLJIT_S390X_RXYA(name, pattern, cond) \ argument 645 SLJIT_ASSERT(cond); \ 691 #define SLJIT_S390X_RSYA(name, pattern, cond) \ argument 694 SLJIT_ASSERT(cond); \ 785 #define SLJIT_S390X_RILB(name, pattern, cond) \ argument 788 SLJIT_ASSERT(cond); \ 977 #define WHEN(cond, r, i1, i2, addr) \ argument 978 (cond) ? EVAL(i1, r, addr) : EVAL(i2, r, addr) 1862 #define WHEN2(cond, i1, i2) (cond) ? LEVAL(i1) : LEVAL(i2) argument
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 1612 int cond; in get_cond() member 1629 return p->cond; in get_cond() 1633 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond() argument 1638 switch (cond) { in check_cond() 2030 m->cond = get_cond(l, &l); in parse() 2031 if (check_cond(ms, m->cond, cont_level) == -1) in parse()
|
H A D | file.h | 285 uint8_t cond; /* conditional type */ member
|
H A D | softmagic.c | 354 if (m->cond == COND_ELSE || in match() 355 m->cond == COND_ELIF) { in match()
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 12677 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local 12868 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath() 12874 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath() 13007 if (cond != NULL) in compile_bracket_backtrackingpath() 13019 JUMPHERE(cond); in compile_bracket_backtrackingpath()
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 3034 // B.cond, CBZ, CBNZ (imm19:5..23) 15419 } else if ((ins & 0x800)) { /* B.cond, CBZ, CBNZ, LDR* literal */ 15458 } else if ((ins & 0x800)) { /* B.cond, CBZ, CBNZ, LDR* literal */ 15501 } else if ((ins & 0x800)) { /* B.cond, CBZ, CBNZ, LDR* literal */
|