Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php

class ExampleClass
{
        function exampleFunction() {}

}

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

    $correctVar = true;
        $correctVar = false;

?>