3v4l.org

run code in 500+ PHP versions simultaneously
<?php mt_srand(1); var_dump(rand(10,1)); var_dump(mt_rand(10,1));
Output for 8.3.0 - 8.3.29, 8.4.1 - 8.4.16, 8.5.0 - 8.5.1
int(6) Fatal error: Uncaught ValueError: mt_rand(): Argument #2 ($max) must be greater than or equal to argument #1 ($min) in /in/OpGqW:4 Stack trace: #0 /in/OpGqW(4): mt_rand(10, 1) #1 {main} thrown in /in/OpGqW on line 4
Process exited with code 255.

preferences:
40.75 ms | 692 KiB | 4 Q