Created
April 17, 2015 21:08
-
-
Save jt2k/2e8a98733d5d9de7aa88 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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