Skip to content

Instantly share code, notes, and snippets.

@xvilo
Created August 26, 2017 12:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save xvilo/91e7ee63c63b9c40630905c2d75830b7 to your computer and use it in GitHub Desktop.
<?php
class πŸ’©πŸ’©πŸ’©πŸ’©
{
function πŸ’©πŸ’©πŸ’©($😎, $🐯)
{
return $😎 + $🐯;
}
}
$πŸ” = 3;
$πŸ˜₯ = $πŸ” + 2;
$πŸ’© = new πŸ’©πŸ’©πŸ’©πŸ’©;
echo $πŸ’© -> πŸ’©πŸ’©πŸ’©($πŸ”, $πŸ˜₯);
?>
@xvilo
Copy link
Author

xvilo commented Feb 6, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment