<?php function helloWorld(string $username) : string { return "Hello world {$username}"; } echo helloWorld('Thomas');
You have javascript disabled. You will not be able to edit any code.