/PHP-8.0/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 | 270 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max) in php_mt_rand_range() 286 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max) in php_mt_rand_common() 306 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, zend_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 | 103 function min(mixed $value, mixed ...$values): mixed {} function 1177 function rand(int $min = UNKNOWN, int $max = UNKNOWN): int {} 1179 function mt_rand(int $min = UNKNOWN, int $max = UNKNOWN): int {} 1190 function random_int(int $min, int $max): int {}
|
H A D | array.c | 1238 PHP_FUNCTION(min) in PHP_FUNCTION() argument 1263 zval *min, result; in PHP_FUNCTION() local
|
/PHP-8.0/ext/date/lib/ |
H A D | timelib.c | 186 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms() 199 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour()
|
H A D | parse_date.c | 25486 timelib_sll min; in timelib_parse_from_format_with_map() local
|
/PHP-8.0/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 | 1585 sljit_u32 min; in get_class_iterator_size() local 1623 sljit_s32 min, max, i; in detect_repeat() local 3833 static void read_char(compiler_common *common, sljit_u32 min, sljit_u32 max, in read_char() 7343 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local 9129 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local
|
H A D | pcre2_compile.c | 923 int max, min; in show_parsed() local 1403 int32_t min = 0; in read_repeat_counts() local
|
/PHP-8.0/ext/pdo_firebird/ |
H A D | php_pdo_firebird_int.h | 54 #define min(a,b) ((a)<(b)?(a):(b)) macro
|
/PHP-8.0/ext/gmp/ |
H A D | gmp.stub.php | 84 function gmp_random_range(GMP|int|string $min, GMP|int|string $max): GMP {}
|
/PHP-8.0/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 | 5467 …_dcl *enum_dcl, const char *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, …
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | zend_ssa.h | 26 zend_long min; member
|
H A D | zend_inference.c | 517 zend_long min, zend_long max, zend_long *abs_min, zend_long *abs_max) { in zend_abs_range() 1345 …zend_op_array *op_array, zend_ssa *ssa, int var, zend_bool underflow, zend_long min, zend_long max… in zend_inference_init_range()
|
H A D | zend_ssa.c | 133 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range()
|
/PHP-8.0/ext/openssl/ |
H A D | xp_ssl.c | 1042 static int php_openssl_get_proto_version_flags(int flags, int min, int max) /* {{{ */ in php_openssl_get_proto_version_flags()
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 3452 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.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 2421 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
|
/PHP-8.0/ext/date/ |
H A D | php_date.c | 1077 zend_long hou, min, sec, mon, day, yea; in php_mktime() local
|