<?php
$true
=
new
SplBool(true);
if
(
) {
echo
"TRUE\n"
;
}
$false
SplBool;
"FALSE\n"
?>
The above example will output:
TRUE