<?php$foo = "bar";$var = array("foo"); unset($var[0], ${$var[0]}); print_r($foo);print_r($var);
Standard input is empty
barArray ( )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!