Skip to content

Instantly share code, notes, and snippets.

@JBlond
Created July 31, 2020 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JBlond/02e07f56b049ef987b7f6b690e16d651 to your computer and use it in GitHub Desktop.
Save JBlond/02e07f56b049ef987b7f6b690e16d651 to your computer and use it in GitHub Desktop.
PHP unicode
<?php
class 🤘 {
const 😁 = '👽';
public function 🤡()
{
return self::😁;
}
}
echo (new 🤘())->🤡();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment