<?phperror_reporting(-1); $first = "second";$second = "third";print $first; echo "\n"; print $$first;
Standard input is empty
second third
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!