Ver originalfunction test() { $result = ''; for($i = 0; $i < 5; $i++ ) { $result .= "Test $i"; } return $result;}