3v4l.org

run code in 500+ PHP versions simultaneously
<?php $retornar = 2; //$_GET['retornar']; $ccs = array("1", "2"); if($retornar > count($ccs)){ die("Quantidade indisponivel"); } if($retornar == 0){ echo $ccs[0]; }else{ for($i = 0; $i < $retornar; $i++) { echo $ccs[$i]; } }

preferences:
54.56 ms | 1507 KiB | 5 Q