Sindbad~EG File Manager

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

Comments on blocks
-----
<?php

// foo
{
    // bar
    {
        // baz
        $a;
    }
}

// empty
{}
-----
array(
    0: Stmt_Block(
        stmts: array(
            0: Stmt_Block(
                stmts: array(
                    0: Stmt_Expression(
                        expr: Expr_Variable(
                            name: a
                        )
                        comments: array(
                            0: // baz
                        )
                    )
                )
                comments: array(
                    0: // bar
                )
            )
        )
        comments: array(
            0: // foo
        )
    )
    1: Stmt_Block(
        stmts: array(
        )
        comments: array(
            0: // empty
        )
    )
)

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