Home
last modified time | relevance | path

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

/PHP-8.2/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.2/build/
H A Dgen_stub.php1198 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 DsljitNativeS390X.c642 #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 Dapprentice.c1612 int cond; in get_cond() member
1633 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond()
H A Dfile.h285 uint8_t cond; /* conditional type */ member
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c12677 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
/PHP-8.2/Zend/
H A Dzend_compile.c2183 static inline uint32_t zend_emit_cond_jump(zend_uchar opcode, znode *cond, uint32_t opnum_target) /… in zend_emit_cond_jump()

Completed in 106 milliseconds