<?phpclass z{ function __toString() { return 'zzzzzzzz'; }} $a[(string)new z()]=1; var_dump($a);
Standard input is empty
array(1) { ["zzzzzzzz"]=> int(1) }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!