Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
indent
/
arrays26.php.indented
blob: d401373bffda518b40d490847428a1ecca05b200 [
file
] [
log
] [
blame
]
<?
php
class
Demo
{
public
$var
=
array
(
'a'
,
'b'
=>
array
(
array
(
^
)
)
);
// commmet
}