Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c607 #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 Dgen_stub.php970 public $cond; variable in FuncInfo
986 ?string $cond
2231 ?string $cond
/PHP-8.1/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.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c12446 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath() local
/PHP-8.1/Zend/
H A Dzend_compile.c2212 static inline uint32_t zend_emit_cond_jump(zend_uchar opcode, znode *cond, uint32_t opnum_target) /… in zend_emit_cond_jump()

Completed in 90 milliseconds