/PHP-8.2/ext/random/ |
H A D | random.c | 312 …_random_range(const php_random_algo *algo, php_random_status *status, zend_long min, zend_long max) in php_random_range() 443 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max) 451 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max) 626 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw) 712 zend_long min, max; local 750 zend_long min, max; local 802 zend_long min, max, result; local
|
H A D | random.stub.php | 24 function rand(int $min = UNKNOWN, int $max = UNKNOWN): int {} 26 function mt_rand(int $min = UNKNOWN, int $max = UNKNOWN): int {} 36 function random_int(int $min, int $max): int {} 136 public function getInt(int $min, int $max): int {}
|
H A D | engine_secure.c | 36 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
|
H A D | engine_user.c | 61 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
|
H A D | engine_combinedlcg.c | 59 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
|
H A D | engine_pcgoneseq128xslrr64.c | 58 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
|
H A D | php_random.h | 198 # define php_random_int_throw(min, max, result) php_random_int((min), (max), (result), 1) argument 199 # define php_random_int_silent(min, max, result) php_random_int((min), (max), (result), 0) argument
|
H A D | randomizer.c | 117 zend_long min, max; in PHP_METHOD() local
|
H A D | engine_xoshiro256starstar.c | 111 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
|
H A D | engine_mt19937.c | 163 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
|
/PHP-8.2/Zend/ |
H A D | zend_stack.h | 24 int size, top, max; member
|
H A D | zend_ptr_stack.h | 24 int top, max; member
|
/PHP-8.2/sapi/fpm/fpm/events/ |
H A D | select.c | 70 static int fpm_event_select_init(int max) /* {{{ */ in fpm_event_select_init()
|
H A D | epoll.c | 63 static int fpm_event_epoll_init(int max) /* {{{ */ in fpm_event_epoll_init()
|
H A D | port.c | 65 static int fpm_event_port_init(int max) /* {{{ */ in fpm_event_port_init()
|
H A D | poll.c | 67 static int fpm_event_poll_init(int max) in fpm_event_poll_init()
|
H A D | kqueue.c | 70 static int fpm_event_kqueue_init(int max) /* {{{ */ in fpm_event_kqueue_init()
|
H A D | devpoll.c | 68 static int fpm_event_devpoll_init(int max) /* {{{ */ in fpm_event_devpoll_init()
|
/PHP-8.2/Zend/Optimizer/ |
H A D | optimize_temp_vars_5.c | 54 int max = -1; in zend_optimize_temporary_variables() local
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_children.c | 395 int max; in fpm_children_make() local
|
H A D | fpm_events.c | 328 int max; in fpm_event_init_main() local
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_printint.c | 676 unsigned int min, max; in pcre2_printint() local
|
H A D | pcre2_jit_compile.c | 1584 sljit_u32 max; in get_class_iterator_size() local 1621 sljit_s32 min, max, i; in detect_repeat() local 3746 static void peek_char(compiler_common *common, sljit_u32 max, sljit_s32 dst, sljit_sw dstw, jump_li… in peek_char() 3830 static void peek_char_back(compiler_common *common, sljit_u32 max, jump_list **backtracks) in peek_char_back() 3903 static void read_char(compiler_common *common, sljit_u32 min, sljit_u32 max, in read_char() 5868 … check_fast_forward_char_pair_simd(compiler_common *common, fast_forward_char_data *chars, int max) in check_fast_forward_char_pair_simd() 6010 int i, max, from; in fast_forward_first_n_chars() local 7509 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local 9437 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local 11440 sljit_u32 max = 0, exact; in compile_iterator_matchingpath() local [all …]
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_collection.c | 257 int php_oci_collection_max(php_oci_collection *collection, zend_long *max) in php_oci_collection_max()
|
/PHP-8.2/ext/gmp/ |
H A D | gmp.stub.php | 160 function gmp_random_range(GMP|int|string $min, GMP|int|string $max): GMP {}
|