mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
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
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