Sindbad~EG File Manager

Current Path : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/code/prettyPrinter/
Upload File :
Current File : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/code/prettyPrinter/comments.test

Comments
-----
<?php

function justForIndentation()
{
    // Some text
    # Some text
    /* Some text */
    /** Some text */
    /**
     * Some text.
     * Some more text.
     */
    /*
     * Some text.
     * Some more text.
     */
    /*
        Some text.
        Some more text.
    */
    /* Some text.
       More text. */
    /* Some text.
       More text.
       Even more text. */
    $foo;
}
-----
function justForIndentation()
{
    // Some text
    # Some text
    /* Some text */
    /** Some text */
    /**
     * Some text.
     * Some more text.
     */
    /*
     * Some text.
     * Some more text.
     */
    /*
        Some text.
        Some more text.
    */
    /* Some text.
       More text. */
    /* Some text.
       More text.
       Even more text. */
    $foo;
}
-----
<?php

function test()
{
    // empty
}
-----
function test()
{
    // empty
}
-----
<?php

function noDuplicateComment()
{
    if (true):
        // TEST 1
    elseif (true):
        // TEST 2
    else:
        // TEST 3
    endif;
}
-----
function noDuplicateComment()
{
    if (true) {
        // TEST 1
    } elseif (true) {
        // TEST 2
    } else {
        // TEST 3
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists