<?php

class test {
    static static function foo() {
    }
}

echo "Done\n";
?>