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 $πŸ’© -> πŸ’©πŸ’©πŸ’©($πŸ”, $πŸ˜₯);
?>
@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