Skip to content

Instantly share code, notes, and snippets.

@phpfiddle
Created June 15, 2018 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phpfiddle/27315e632aa8bf5f3c18caf73c3cd348 to your computer and use it in GitHub Desktop.
Save phpfiddle/27315e632aa8bf5f3c18caf73c3cd348 to your computer and use it in GitHub Desktop.
[ Posted by Ibrahim Jafari ] http://phpfiddle.org/main/code/ibrahim.jafari
<?php
class 🎈🎈
{
function πŸŽ‰($😎, $🐯, $🎁)
{
echo "Eid Mubarak @2018 πŸ•Œ<br>";
return $😎 + $🐯. "Ιƒ ". $🎁;
}
}
$πŸ” = 3;
$πŸ€“ = $πŸ” + 2;
$πŸ”₯ = $πŸ€“ - 3;
$😍 = "πŸ’Έ";
$πŸ’ = new 🎈🎈;
echo $πŸ’ -> πŸŽ‰($πŸ”, $πŸ”₯, $😍);
echo "<br> Ibrahim Jafari";
echo "<br> IT Department";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment