Searched defs:cond (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/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.2/build/ |
H A D | gen_stub.php | 1198 public ?string $cond; variable in FuncInfo 1216 ?string $cond, 1844 public ?string $cond; variable in ConstInfo 1854 ?string $cond, 2399 public ?string $cond; variable in ClassInfo 2428 ?string $cond, 3195 ?string $cond, 3379 ?string $cond, 3487 ?string $cond, 4052 function generateFunctionEntries(?Name $className, array $funcInfos, ?string $cond = null): string {
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeS390X.c | 642 #define SLJIT_S390X_RXYA(name, pattern, cond) \ argument 691 #define SLJIT_S390X_RSYA(name, pattern, cond) \ argument 785 #define SLJIT_S390X_RILB(name, pattern, cond) \ argument 977 #define WHEN(cond, r, i1, i2, addr) \ argument 1862 #define WHEN2(cond, i1, i2) (cond) ? LEVAL(i1) : LEVAL(i2) argument
|
/PHP-8.2/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.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 12677 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
|
/PHP-8.2/Zend/ |
H A D | zend_compile.c | 2183 static inline uint32_t zend_emit_cond_jump(zend_uchar opcode, znode *cond, uint32_t opnum_target) /… in zend_emit_cond_jump()
|
Completed in 101 milliseconds