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