3v4l.org

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

preferences:
39.18 ms | 402 KiB | 5 Q