Skip to content

Instantly share code, notes, and snippets.

@mattsah
Created March 20, 2014 23:15
Show Gist options
  • Save mattsah/9676106 to your computer and use it in GitHub Desktop.
Save mattsah/9676106 to your computer and use it in GitHub Desktop.
Don't Forget What PHP Can Do
<?php
function ★() {
echo "You're a star! \n";
}
★();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment