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