function numbers(): iterable { return [1, 2, 3]; } print '
'; print_r(numbers()); print '
';
Hello World!