Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
issue243409.php
blob: 8e45ea0913b38f60c461acc89d3e6e94092a8e90 [
file
]
<?
php
foreach
([[
"foo"
,
"bar"
]]
as
list
(
$foo
,
$bar
))
{
}
?>