3v4l.org

run code in 300+ PHP versions simultaneously
<?php function checkIntegerRange($int, $min, $max) { return ($int >= $min && $int <= $max); } var_dump(checkIntegerRange("6' OR 1=1", 5, 10));

preferences:
36.1 ms | 402 KiB | 5 Q