Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
verification
/
testArraySyntaxSuggestion.php
blob: bef8947c14bb7386c896a04b1da6a9192273feb3 [
file
]
<?
php
$foo
=
array
(
11
,
22
,
2
,
3
);
$boo
=
array
(
"sdf"
=>
array
(
1
,
2
,
3
)
);
//huhu
?>