This website requires JavaScript.
Explore
Help
Sign In
icedream
/
php-language-server
Watch
1
Star
0
Fork
You've already forked php-language-server
0
Code
Releases
Activity
73ab1520a3
php-language-server
/
tests
/
Validation
/
cases
/
functionUse.php
7 lines
68 B
PHP
Raw
Blame
History
<
?
php
$a
=
new
A
;
$b
=
function
()
use
(
$a
)
{
echo
$a
->
b
();
};
View Git Blame
Copy Permalink