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