<?php $arr = array('a', 'b', 'c' => array(9,8,7)); echo '<?php $arr = ' . var_export($arr, true) . ';';
Standard input is empty
<?php $arr = array ( 0 => 'a', 1 => 'b', 'c' => array ( 0 => 9, 1 => 8, 2 => 7, ), );
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!