Subversion Repositories Applications.framework

Rev

Rev 5 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<?php

class ExampleClass
{
        function exampleFunction() {}

}

        $o = <<<EOF
        this is some text
        this is some text
EOF;

    $correctVar = true;
        $correctVar = false;

?>