<?php

class test {
    static public public static final public final $var;
}

echo "Done\n";
?>