Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
issue222857.php
blob: 8ad5027fa7e85b5651f739bd9f619f56865eb2e7 [
file
]
<?
php
$staticLambda
=
static
function
()
{
print
'abc'
;
};
call_user_func
(
static
function
()
{
print
'abc'
;
});
?>