<?php is_bool(mixed $value): bool
<?php switch (strtolower($type)) { case 'bool': case 'boolean': $valid = \is_bool($value); $message = '%s accepts only boolean values as argument %d.'; break; case 'int':