%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/zgjedhjet2017/vendor/nikic/php-parser/test/code/parser/stmt/class/
Upload File :
Create Path :
Current File : /var/www/html/zgjedhjet2017/vendor/nikic/php-parser/test/code/parser/stmt/class/conditional.test

Conditional class definition
-----
<?php

if (true) {
    class A {}
}
-----
array(
    0: Stmt_If(
        cond: Expr_ConstFetch(
            name: Name(
                parts: array(
                    0: true
                )
            )
        )
        stmts: array(
            0: Stmt_Class(
                flags: 0
                name: A
                extends: null
                implements: array(
                )
                stmts: array(
                )
            )
        )
        elseifs: array(
        )
        else: null
    )
)

Zerion Mini Shell 1.0