<?php function foo(string $s) {} foo("wut"); ?>
Standard input is empty
Standard output is empty
PHP Catchable fatal error: Argument 1 passed to foo() must be an instance of string, string given, called in /home/yCZVjw/prog.php on line 4 and defined in /home/yCZVjw/prog.php on line 3