<?php

class test {

    static function __construct() {
    }
}

echo "Done\n";
?>