Skip to content

Instantly share code, notes, and snippets.

@phpfiddle
Created June 15, 2018 21:18
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/63242f30162606bdc5087e0779923a5e to your computer and use it in GitHub Desktop.
Save phpfiddle/63242f30162606bdc5087e0779923a5e to your computer and use it in GitHub Desktop.
[ Posted by Ibrahim Jafari ] http://phpfiddle.org/main/code/ibrahimjafari
<?php
class ๐ŸŽˆ๐ŸŽˆ
{
function ๐ŸŽ‰($๐Ÿ˜Ž, $๐Ÿฏ, $๐ŸŽ)
{
echo "Eid Mubarak @2018 ๐Ÿ•Œ<br>";
echo " ูƒู„ ุนุงู… ูˆุงู†ุชู… ุจุฎูŠุฑ <br>";
return $๐Ÿ˜Ž + $๐Ÿฏ. "ษƒ ". $๐ŸŽ;
}
}
$๐Ÿ” = 3;
$๐Ÿค“ = $๐Ÿ” + 2;
$๐Ÿ”ฅ = $๐Ÿค“ - 3;
$๐Ÿ˜ = "๐Ÿ’ธ";
$๐Ÿ’ = new ๐ŸŽˆ๐ŸŽˆ;
echo $๐Ÿ’ -> ๐ŸŽ‰($๐Ÿ”, $๐Ÿ”ฅ, $๐Ÿ˜);
echo "<br> Ibrahim Jafari";
echo "<br> IT Department";
echo "<br> The Rizt-Carlton Riyadh";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment