Skip to content

Instantly share code, notes, and snippets.

@jt2k
Created April 17, 2015 21:08
Show Gist options
  • Save jt2k/2e8a98733d5d9de7aa88 to your computer and use it in GitHub Desktop.
Save jt2k/2e8a98733d5d9de7aa88 to your computer and use it in GitHub Desktop.
<?php
namespace ๐Ÿ \๐Ÿš•;
class ๐ŸŽ
{
protected $๐Ÿ“Œ;
public function __construct($๐Ÿ“Œ)
{
$this->๐Ÿ“Œ = $๐Ÿ“Œ;
}
public function ๐Ÿฎ($๐Ÿ’ฐ)
{
for ($โ›„๏ธ=0; $โ›„๏ธ<$๐Ÿ’ฐ; $โ›„๏ธ++) {
echo $this->๐Ÿ“Œ;
}
}
}
$๐Ÿ = new ๐ŸŽ('๐Ÿ”');
$๐Ÿ->๐Ÿฎ($argv[1]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment