mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
3e89e9a636
random_int() will throw for incorrect argument counts, types (e.g. float that can't cast to int), or having min > max. See ext/standard/random.c