Home
last modified time | relevance | path

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

/PHP-8.3/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.3/build/
H A Dgen_stub.php1212 public ?string $cond; variable in FuncInfo
1233 ?string $cond,
1975 public ?string $cond; variable in ConstInfo
1989 ?string $cond,
2524 public ?string $cond; variable in ClassInfo
2553 ?string $cond,
3381 ?string $cond,
3564 ?string $cond,
3680 ?string $cond,
4268 function generateFunctionEntries(?Name $className, array $funcInfos, ?string $cond = null): string {
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c659 #define SLJIT_S390X_RXYA(name, pattern, cond) \ argument
708 #define SLJIT_S390X_RSYA(name, pattern, cond) \ argument
802 #define SLJIT_S390X_RILB(name, pattern, cond) \ argument
994 #define WHEN(cond, r, i1, i2, addr) \ argument
2015 #define WHEN2(cond, i1, i2) (cond) ? LEVAL(i1) : LEVAL(i2) argument
H A DsljitLir.c1992 sljit_s32 cond = type & ~SLJIT_32; in check_sljit_emit_cmov() local
/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c1753 int cond; in get_cond() member
1774 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond()
H A Dfile.h298 uint8_t cond; /* conditional type */ member
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c12677 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
/PHP-8.3/Zend/
H A Dzend_compile.c2308 static inline uint32_t zend_emit_cond_jump(uint8_t opcode, znode *cond, uint32_t opnum_target) /* {… in zend_emit_cond_jump()

Completed in 122 milliseconds