Skip to content

Instantly share code, notes, and snippets.

@piiskop
Last active March 7, 2018 20:26
Show Gist options
  • Save piiskop/2b74e6667666bb7c74a9bc062961e2c5 to your computer and use it in GitHub Desktop.
Save piiskop/2b74e6667666bb7c74a9bc062961e2c5 to your computer and use it in GitHub Desktop.
<?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