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/list.test

list()
-----
<?php

list() = $a;
list($a) = $b;
list($a, $b, $c) = $d;
list(, $a) = $b;
list(, , $a, , $b) = $c;
list(list($a)) = $b;
list(, list(, list(, $a), $b)) = $c;
-----
list() = $a;
list($a) = $b;
list($a, $b, $c) = $d;
list(, $a) = $b;
list(, , $a, , $b) = $c;
list(list($a)) = $b;
list(, list(, list(, $a), $b)) = $c;

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