<?php$apple = "red";echo "fire {$apple}\n";echo "fire $apple\n";echo "sca$apple\n";echo "sca{$apple}\n";echo "$appleuce\n";echo "{$apple}uce\n";?>
Standard input is empty
fire red fire red scared scared reduce
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!