<?php$ary1 = [1, 2, 3];$ary2 = [[11, 12, 13], [21, 22, 23], [31, 32, 33]];echo $ary1[0] . PHP_EOL;echo $ary2[1][2];
Standard input is empty
1 23
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!