<?php

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

echo "Done\n";
?>