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