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