Ver originalfunction hola($h){ for($i = 0; $i < 10; $i++){ $b .= $h." - ".$i."<br>"; } return $b;} echo hola("jose");