Searched defs:cond (Results 1 – 12 of 12) sorted by relevance
/PHP-8.4/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.4/build/ |
H A D | gen_stub.php | 1244 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 D | ir_sccp.c | 1436 ir_insn *cond = &ctx->ir_base[cond_ref]; in ir_optimize_phi() local 1784 ir_insn *cond = &ctx->ir_base[cond_ref]; in ir_try_split_if() local 1960 ir_insn *cond = &ctx->ir_base[cond_ref]; in ir_try_split_if_cmp() local
|
H A D | ir.c | 905 #define IR_FOLD_BOOL(cond) \ argument
|
/PHP-8.4/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-8.4/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-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 9324 ir_ref cond = ir_AND_U32( local 11775 ir_ref ref = IR_UNUSED, cond, if_found; local
|
/PHP-8.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 13067 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
|
/PHP-8.4/Zend/ |
H A D | zend_compile.c | 2387 static inline uint32_t zend_emit_cond_jump(uint8_t opcode, znode *cond, uint32_t opnum_target) /* {… in zend_emit_cond_jump()
|
Completed in 166 milliseconds