Var_dump-type et valeur de l'expresion

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