<?php $a = array('a' => 1);$a['a'] = &$a['b'];var_dump($a);
Standard input is empty
array(2) { ["a"]=> &NULL ["b"]=> &NULL }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!