Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 12 of 12) sorted by relevance

/PHP-8.4/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.4/build/
H A Dgen_stub.php1244 public ?string $cond; variable in FuncInfo
1270 ?string $cond,
2553 public ?string $cond; variable in ConstInfo
2569 ?string $cond,
3199 public ?string $cond; variable in ClassInfo
3229 ?string $cond,
4187 ?string $cond,
4384 ?string $cond,
4528 ?string $cond,
5184 function generateFunctionEntries(?Name $className, array $funcInfos, ?string $cond = null): string {
/PHP-8.4/ext/opcache/jit/ir/
H A Dir_sccp.c1409 ir_insn *cond = &ctx->ir_base[cond_ref]; in ir_optimize_phi() local
1745 ir_insn *cond = &ctx->ir_base[cond_ref]; in ir_try_split_if() local
1921 ir_insn *cond = &ctx->ir_base[cond_ref]; in ir_try_split_if_cmp() local
H A Dir.c898 #define IR_FOLD_BOOL(cond) \ argument
/PHP-8.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c624 #define SLJIT_S390X_RXYA(name, pattern, cond) \ argument
673 #define SLJIT_S390X_RSYA(name, pattern, cond) \ argument
767 #define SLJIT_S390X_RILB(name, pattern, cond) \ argument
953 #define WHEN(cond, r, i1, i2, addr) \ argument
2081 #define WHEN2(cond, i1, i2) (cond) ? LEVAL(i1) : LEVAL(i2) argument
H A DsljitLir.c2419 sljit_s32 cond = type & ~SLJIT_32; in check_sljit_emit_select() local
2459 sljit_s32 cond = type & ~SLJIT_32; in check_sljit_emit_fselect() local
H A DsljitNativeLOONGARCH_64.c2217 #define SET_COND(cond) (sljit_ins)(cond << 15) argument
/PHP-8.4/ext/fileinfo/libmagic/
H A Dapprentice.c1754 int cond; in get_cond() member
1775 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond()
H A Dfile.h308 uint8_t cond; /* conditional type */ member
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c9180 ir_ref cond = ir_AND_U32( local
11590 ir_ref ref = IR_UNUSED, cond, if_found; local
/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c13067 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
/PHP-8.4/Zend/
H A Dzend_compile.c2387 static inline uint32_t zend_emit_cond_jump(uint8_t opcode, znode *cond, uint32_t opnum_target) /* {… in zend_emit_cond_jump()

Completed in 266 milliseconds