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