mirror of
https://github.com/danog/parser.git
synced 2024-12-13 09:37:18 +01:00
3 lines
45 B
PHP
3 lines
45 B
PHP
|
<?php
|
||
|
|
||
|
list('foo' => $a, 'bar' => $b) = $foo;
|