VAR_DUMP-TYPE E VALOR DA EXPRESSION

<?php
$a = array(1, 2, array("a", "b", "c"));
var_dump($a);
?>
juan torres