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
18c6ccd137
php-language-server
/
tests
/
Validation
/
cases
/
anonymousClassMembersShould...
11 lines
113 B
PHP
Raw
Blame
History
<
?
php
namespace
MyNamespace
;
$a
=
new
class
(
)
{
public
$a
;
const
HI
=
3
;
function
b
()
{
}
};
View Git Blame
Copy Permalink