1 2 3 4 5 6 7 8
--TEST-- Test mt_getrandmax() - basic function test mt_getrandmax() --FILE-- <?php var_dump(mt_getrandmax()); ?> --EXPECTF-- int(%d)