<?php
var_dump(true, 0, 42, -42, 0.0, 2.0,"hello", array());
?>