Searched defs:cond (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/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.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeS390X.c | 607 #define SLJIT_S390X_RXYA(name, pattern, cond) \ argument 662 #define SLJIT_S390X_RSYA(name, pattern, cond) \ argument 767 #define SLJIT_S390X_RILB(name, pattern, cond) \ argument 964 #define WHEN(cond, r, i1, i2, addr) \ argument 1772 #define WHEN2(cond, i1, i2) (cond) ? LEVAL(i1) : LEVAL(i2) argument
|
/PHP-8.1/build/ |
H A D | gen_stub.php | 970 public $cond; variable in FuncInfo 986 ?string $cond 2231 ?string $cond
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 1612 int cond; in get_cond() member 1633 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond()
|
H A D | file.h | 285 uint8_t cond; /* conditional type */ member
|
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 12446 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
|
/PHP-8.1/Zend/ |
H A D | zend_compile.c | 2212 static inline uint32_t zend_emit_cond_jump(zend_uchar opcode, znode *cond, uint32_t opnum_target) /… in zend_emit_cond_jump()
|
Completed in 189 milliseconds