<?php class cm404 { function __construct() { exit("construct\n"); } function __destruct() { exit("destruct\n"); } } new cm404();
You have javascript disabled. You will not be able to edit any code.