Hacker News new | ask | show | jobs
by maxxxxx 3092 days ago
This works with PHP 7

<?php //Enter your code here, enjoy!

function foo(string $bar) { return $bar . $bar; }

echo foo(1234);