Result Size:
625 x 571
tryphp_math_min_max.php:
<!DOCTYPE html> <html> <body> <?php echo(min(0, 150, 30, 20, -8, -200) . "<br>"); echo(max(0, 150, 30, 20, -8, -200)); ?> </body> </html>
-200
150