Skip to content

Instantly share code, notes, and snippets.

@mgdm
Created December 19, 2013 11:20
Show Gist options
  • Select an option

  • Save mgdm/8037751 to your computer and use it in GitHub Desktop.

Select an option

Save mgdm/8037751 to your computer and use it in GitHub Desktop.
Unicode take 2
<?php
function ♫() {
echo "hello";
}
function 😃 () {
echo " world!";
}
♫();
😃 ();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment