Skip to content

Instantly share code, notes, and snippets.

@alanorth
Created June 4, 2014 19:32
Show Gist options
  • Save alanorth/15f2769b9d4f7b34b746 to your computer and use it in GitHub Desktop.
Save alanorth/15f2769b9d4f7b34b746 to your computer and use it in GitHub Desktop.
Emoji class / function / variable names in PHP...
<?php
class πŸ’©πŸ’©πŸ’©πŸ’©
{
function πŸ’©πŸ’©πŸ’©($😎, $🐯)
{
return $😎 + $🐯;
}
}
$πŸ” = 3;
$πŸ˜₯ = $πŸ” + 2;
$πŸ’© = new πŸ’©πŸ’©πŸ’©πŸ’©;
echo $πŸ’© -> πŸ’©πŸ’©πŸ’©($πŸ”, $πŸ˜₯);
?>
@pvdhurk
Copy link

pvdhurk commented May 11, 2017

@cterrykenzan
Copy link

This is gonna go great with my fingerguns https://gist.github.com/tubaterry/d09c7bbd8000750fcce4e9f943e55eca #emojieverything

@lusattdev
Copy link

Reported for violent content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment