<?php

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

echo "Done\n";
?>