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-3.0.0-69.1.0
php-language-server
/
fixtures
/
diagnostics
/
errors
/
this_in_static_method.php
10 lines
88 B
PHP
Raw
Permalink
Blame
History
<
?
php
class
Foo
{
public
static
function
bar
()
{
return
$this
;
}
}
View Git Blame
Copy Permalink