tryphp_keyword_callable.php:
"; } function exclaim($str) { return $str . "!"; } printFormatted("exclaim", "Hello World"); ?>
Hello World!