<?php function foo(bool $xxx){ var_dump($xxx); } function bar($xxx = true){ var_dump(get_defined_vars()); } bar();
You have javascript disabled. You will not be able to edit any code.