Skip to content

Instantly share code, notes, and snippets.

@oov
Created June 4, 2014 06:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oov/6e455ba21d5f764759fc to your computer and use it in GitHub Desktop.
Save oov/6e455ba21d5f764759fc to your computer and use it in GitHub Desktop.
<?php
class πŸ” {
public function πŸ‘„() {
echo "πŸ‘ŒπŸ‘ŒπŸ‘Œ";
}
}
$πŸ” = new πŸ”();
$πŸ”->πŸ‘„();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment