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.php1231 public ?string $cond; variable in FuncInfo
1257 ?string $cond,
2526 public ?string $cond; variable in ConstInfo
2542 ?string $cond,
3142 public ?string $cond; variable in ClassInfo
3172 ?string $cond,
4108 ?string $cond,
4305 ?string $cond,
4431 ?string $cond,
5069 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.c656 #define SLJIT_S390X_RXYA(name, pattern, cond) \ argument
705 #define SLJIT_S390X_RSYA(name, pattern, cond) \ argument
799 #define SLJIT_S390X_RILB(name, pattern, cond) \ argument
985 #define WHEN(cond, r, i1, i2, addr) \ argument
2114 #define WHEN2(cond, i1, i2) (cond) ? LEVAL(i1) : LEVAL(i2) argument
H A DsljitLir.c2321 sljit_s32 cond = type & ~SLJIT_32; in check_sljit_emit_select() local
2361 sljit_s32 cond = type & ~SLJIT_32; in check_sljit_emit_fselect() local
H A DsljitNativeLOONGARCH_64.c2067 #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.c8967 ir_ref cond = ir_AND_U32( local
11382 ir_ref ref = IR_UNUSED, cond, if_found; local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c13005 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
/php-src/Zend/
H A Dzend_compile.c2327 static inline uint32_t zend_emit_cond_jump(uint8_t opcode, znode *cond, uint32_t opnum_target) /* {… in zend_emit_cond_jump()

Completed in 169 milliseconds