<?php

class test {
    function __construct() {
    }
    function test() {
    }
}

echo "Done\n";
?>