Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_portability.h322 # define EXPECTED(condition) __builtin_expect(!!(condition), 1) argument
323 # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) argument
325 # define EXPECTED(condition) (condition) argument
326 # define UNEXPECTED(condition) (condition) argument
H A Dzend_vm_gen.php750 function format_condition($condition) {
H A Dzend_alloc.c141 # define ZEND_MM_CHECK(condition, message) do { \ argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h352 #define ACROSSCHAR(condition, eptr, action) \ argument
458 #define ACROSSCHAR(condition, eptr, action) \ argument
533 #define ACROSSCHAR(condition, eptr, action) do { } while (0) argument
H A Dpcre2_match.c611 BOOL condition; /* Used in conditional groups */ in match() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c925 phpdbg_param_t *condition; in phpdbg_set_breakpoint_at() local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h843 #define SLJIT_SET(condition) ((condition) << 10) argument
H A DsljitLir.c2125 sljit_s32 flags, tmp_src, condition; in sljit_emit_cmp() local

Completed in 82 milliseconds