getFormattedName() . " !"; } /** * Say hello world to a person list */ function sayHelloToAll(array $persons): void { foreach ($persons as $person) echo(getHelloTo($person) . "\n"); }