Here is my code:
function phpwtf(string $s) { echo \"$s\\n\"; } phpwtf(\"Type hinting is da bomb\");
Which results in this error:
I think typecasting on php on inside block, String on PHP is not object as I know: