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