3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = -3; $value = filter_var($input, FILTER_VALIDATE_INT, array( 'options' => array( 'min_range' => -1, 'default' => 8 ) )); var_dump($value);

preferences:
44.84 ms | 402 KiB | 5 Q