<?php

class test {

    static function __clone() {
    }
}

echo "Done\n";
?>