Last active
March 7, 2018 20:26
-
-
Save piiskop/2b74e6667666bb7c74a9bc062961e2c5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 pupils; | |
class HardPupilsController { | |
public function __construct() { | |
echo " 5 \n"; | |
} | |
} | |
new HardPupilsController(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment