5 lines
88 B
PHP
5 lines
88 B
PHP
<?php // test2.php
|
|
echo "a: [" . TRUE . "]<br>";
|
|
echo "b: [" . FALSE . "]<br>";
|
|
?>
|