Created
June 4, 2014 19:32
-
-
Save alanorth/15f2769b9d4f7b34b746 to your computer and use it in GitHub Desktop.
Emoji class / function / variable names in PHP...
This file contains 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 | |
class π©π©π©π© | |
{ | |
function π©π©π©($π, $π―) | |
{ | |
return $π + $π―; | |
} | |
} | |
$π = 3; | |
$π₯ = $π + 2; | |
$π© = new π©π©π©π©; | |
echo $π© -> π©π©π©($π, $π₯); | |
?> |
This is gonna go great with my fingerguns https://gist.github.com/tubaterry/d09c7bbd8000750fcce4e9f943e55eca #emojieverything
Reported for violent content
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I died a little inside: https://youtrack.jetbrains.com/issue/WI-35823