Home
last modified time | relevance | path

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

/php-src/sapi/cli/
H A Dphp_http_parser.c248 # define STRICT_CHECK(cond) if (cond) goto error argument
251 # define STRICT_CHECK(cond) argument
/php-src/build/
H A Dgen_stub.php1236 public ?string $cond; variable in FuncInfo
1262 ?string $cond,
2548 public ?string $cond; variable in ConstInfo
2564 ?string $cond,
3338 public ?string $cond; variable in ClassInfo
3368 ?string $cond,
4326 ?string $cond,
4523 ?string $cond,
4667 ?string $cond,
5323 function generateFunctionEntries(?Name $className, array $funcInfos, ?string $cond = null): string {
/php-src/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-src/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-src/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-src/ext/opcache/jit/
H A Dzend_jit_ir.c9402 ir_ref cond = ir_AND_U32( local
11814 ir_ref ref = IR_UNUSED, cond, if_found; local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c13067 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
/php-src/Zend/
H A Dzend_compile.c2382 static inline uint32_t zend_emit_cond_jump(uint8_t opcode, znode *cond, uint32_t opnum_target) /* {… in zend_emit_cond_jump()

Completed in 578 milliseconds