Skip to content

Instantly share code, notes, and snippets.

@JBlond
Created July 31, 2020 11:41
Show Gist options
  • 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