<?php // your code goes here$a = ['a'=>123, $x=2];var_dump($a, $x);
Standard input is empty
array(2) { ["a"]=> int(123) [0]=> int(2) } int(2)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!