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