php2go/fixtures/0010-global-scalars.php

4 lines
55 B
PHP

<?php
var_dump(true, false, null, TRUE, FALSE, NULL);