x
 
<!DOCTYPE html>
<html>
<body>
<?php 
$x = true;
var_dump($x);
?>
</body>
</html>