<?php function func(true|null $a = NULL) { var_dump($a); var_export($a); } func(TRUE);
You have javascript disabled. You will not be able to edit any code.