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
@semantic-release/github-2.0.0-38.1.0
php-language-server
/
tests
/
Validation
/
cases
/
memberAccess2.php
11 lines
117 B
PHP
Raw
Permalink
Blame
History
<
?
php
namespace
MyNamespace
;
class
A
{
static
function
a
()
{
$b
=
new
a
;
$c
=
$b
->
a
();
}
}
View Git Blame
Copy Permalink