3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input='46.9'; $floor=floor($input); $tens=round($input,-1); echo $floor." ".$tens; $array = array( '0', '20' => '0-20', '50' => '20-50', '100' => '50-100', '200' => '100-200', '500' => '200-500', ); print_r($array);

preferences:
37.19 ms | 402 KiB | 5 Q