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