<?php $arr[] = [3,4]; var_dump($arr);
Standard input is empty
array(1) { [0]=> array(2) { [0]=> int(3) [1]=> int(4) } }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!