Searched defs:cond (Results 1 – 12 of 12) sorted by relevance
/php-src/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-src/build/ |
H A D | gen_stub.php | 1236 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 D | ir_sccp.c | 1409 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 D | ir.c | 898 #define IR_FOLD_BOOL(cond) \ argument
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeS390X.c | 624 #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 D | sljitLir.c | 2419 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 D | sljitNativeLOONGARCH_64.c | 2217 #define SET_COND(cond) (sljit_ins)(cond << 15) argument
|
/php-src/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 1754 int cond; in get_cond() member 1775 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond()
|
H A D | file.h | 308 uint8_t cond; /* conditional type */ member
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 9402 ir_ref cond = ir_AND_U32( local 11814 ir_ref ref = IR_UNUSED, cond, if_found; local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 13067 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
|
/php-src/Zend/ |
H A D | zend_compile.c | 2382 static inline uint32_t zend_emit_cond_jump(uint8_t opcode, znode *cond, uint32_t opnum_target) /* {… in zend_emit_cond_jump()
|
Completed in 160 milliseconds