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
32d1210f69
php-language-server
/
fixtures
/
diagnostics
/
baselines
/
this_in_anonymous_function_...
7 lines
93 B
PHP
Raw
Blame
History
<
?
php
$dummy
=
function
(){
if
(
$this
instanceof
StdClass
){
return
$this
;
}
};
View Git Blame
Copy Permalink