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