Last active
August 29, 2015 14:04
-
-
Save wilkie/559fd85d885f9f4f340d to your computer and use it in GitHub Desktop.
Prints different things depending on language interpreter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"<?php error_reporting(E_ALL ^ E_NOTICE); /* \ | |
"; //; # "; | |
if ("00"==false) | |
console.log("Hello from JavaScript!"); | |
else // # */ | |
if ("0"==false) | |
printf("Hello from PHP!\n"); | |
else | |
printf("Hello from Ruby!\n"); | |
//; end; | |
//; end; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment