php2go/fixtures/0010-global-scalars.php

4 lines
55 B
PHP
Raw Normal View History

2020-04-08 08:34:00 +00:00
<?php
var_dump(true, false, null, TRUE, FALSE, NULL);