Created
July 31, 2020 11:41
-
-
Save JBlond/02e07f56b049ef987b7f6b690e16d651 to your computer and use it in GitHub Desktop.
PHP unicode
This file contains hidden or 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 π€ { | |
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