<?php$foo = 'Bacco'; echo <<<FOOBARHello $foo!\nFOOBAR; echo <<<"FOOBAR"Hello $foo!\nFOOBAR; echo <<<'FOOBAR'Hello $foo!\nFOOBAR;
Standard input is empty
Hello Bacco! Hello Bacco! Hello $foo!\n
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!