/PHP-8.1/ext/standard/ |
H A D | php_random.h | 32 #define php_random_int_throw(min, max, result) \ argument 34 #define php_random_int_silent(min, max, result) \ argument
|
H A D | mt_rand.c | 278 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max) in php_mt_rand_range() 294 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max) in php_mt_rand_common() 314 zend_long min; in PHP_FUNCTION() local
|
H A D | random.c | 242 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw) in php_random_int() 288 zend_long min; in PHP_FUNCTION() local
|
H A D | rand.c | 46 zend_long min; in PHP_FUNCTION() local
|
H A D | crypt_blowfish.c | 641 BF_word min) in BF_crypt()
|
H A D | basic_functions.stub.php | 129 function min(mixed $value, mixed ...$values): mixed {} function 1556 function rand(int $min = UNKNOWN, int $max = UNKNOWN): int {} 1558 function mt_rand(int $min = UNKNOWN, int $max = UNKNOWN): int {} 1570 function random_int(int $min, int $max): int {}
|
H A D | array.c | 1250 PHP_FUNCTION(min) in PHP_FUNCTION() argument 1275 zval *min, result; in PHP_FUNCTION() local
|
/PHP-8.1/ext/date/lib/ |
H A D | timelib.c | 188 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms() 201 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour() 210 void timelib_hmsf_to_decimal_hour(int hour, int min, int sec, int us, double *h) in timelib_hmsf_to_decimal_hour()
|
H A D | parse_date.c | 26315 timelib_sll min; in timelib_parse_from_format_with_map() local
|
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 138 int d, min, recno; in find_minlength() local 1801 int min; in PRIV() local
|
H A D | pcre2_printint.c | 645 unsigned int min, max; in pcre2_printint() local
|
H A D | pcre2_jit_compile.c | 1578 sljit_u32 min; in get_class_iterator_size() local 1616 sljit_s32 min, max, i; in detect_repeat() local 3829 static void read_char(compiler_common *common, sljit_u32 min, sljit_u32 max, in read_char() 7420 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local 9206 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local
|
H A D | pcre2_compile.c | 926 int max, min; in show_parsed() local 1407 int32_t min = 0; in read_repeat_counts() local
|
/PHP-8.1/ext/pdo_firebird/ |
H A D | php_pdo_firebird_int.h | 53 #define min(a,b) ((a)<(b)?(a):(b)) macro
|
/PHP-8.1/ext/gmp/ |
H A D | gmp.stub.php | 103 function gmp_random_range(GMP|int|string $min, GMP|int|string $max): GMP {}
|
/PHP-8.1/ext/ffi/ |
H A D | ffi_parser.c | 2514 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local 2557 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l… in parse_enumerator()
|
H A D | ffi.c | 5823 …_dcl *enum_dcl, const char *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, …
|
/PHP-8.1/Zend/Optimizer/ |
H A D | zend_ssa.h | 26 zend_long min; member
|
H A D | zend_inference.c | 753 zend_long min, zend_long max, zend_long *abs_min, zend_long *abs_max) { in zend_abs_range() 1623 …onst zend_op_array *op_array, zend_ssa *ssa, int var, bool underflow, zend_long min, zend_long max… in zend_inference_init_range()
|
H A D | zend_ssa.c | 132 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range()
|
/PHP-8.1/ext/openssl/ |
H A D | xp_ssl.c | 1079 static int php_openssl_get_proto_version_flags(int flags, int min, int max) /* {{{ */ in php_openssl_get_proto_version_flags()
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 3720 static void zend_jit_trace_set_var_range(zend_ssa_var_info *info, zend_long min, zend_long max) in zend_jit_trace_set_var_range()
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_interpolation.c | 2420 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
|
/PHP-8.1/ext/date/ |
H A D | php_date.c | 1077 zend_long hou, min, sec, mon, day, yea; in php_mktime() local
|