<?php function foo(string $str){ var_dump("I am a string --> ", $str); } foo(false);
You have javascript disabled. You will not be able to edit any code.