Subversion Repositories Applications.framework

Rev

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;

?>