Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
formatting
/
issue247047.php
blob: eaacf715f2f7942c553f5f07171cceebe166fe97 [
file
] [
log
] [
blame
]
<?
php
$foo
=
array
(
"foo"
=>
function
(
$args
)
{
print_r
(
array
(
1
,
2
,
3
));
},
"foo"
=>
function
(
$args
)
{
echo
""
;
},
);
class
A
{
public
function
func
()
{
[
'func'
=>
function
()
{
$array
=
[];
}
];
}
}