<?php // your code goes here $foo = 'bar'; var_dump("$foo");var_dump('$foo');var_dump("\n");var_dump('\n');
Standard input is empty
string(3) "bar" string(4) "$foo" string(1) " " string(2) "\n"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!