<?php

class test {

    function foo() {}
    function foo() {}

}

echo "Done\n";
?>