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