Array reference



$VAR = [ [ '04', '01' ], 1 ];

how do i print "04" without using any temp variables?



.