Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
lambdaFunctionWithParams.php
blob: a11e81c0db53976158580719e065ba49b3e45461 [
file
]
<?
php $lambda
=
function
(
$param1
,
$param2
)
{
};
?>