Searched defs:condition (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_portability.h | 362 # define EXPECTED(condition) __builtin_expect(!!(condition), 1) argument 363 # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) argument 365 # define EXPECTED(condition) (condition) argument 366 # define UNEXPECTED(condition) (condition) argument
|
H A D | zend_vm_gen.php | 675 function format_condition($condition) {
|
H A D | zend_alloc.c | 143 # define ZEND_MM_CHECK(condition, message) do { \ argument
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 352 #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 D | pcre2_match.c | 620 BOOL condition; /* Used in conditional groups */ in match() local
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 918 phpdbg_param_t *condition; in phpdbg_set_breakpoint_at() local
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 956 #define SLJIT_SET(condition) ((condition) << 10) argument
|
H A D | sljitLir.c | 2474 sljit_s32 flags, tmp_src, condition; in sljit_emit_cmp() local
|
Completed in 56 milliseconds