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
744062c14e
php-language-server
/
tests
/
Validation
/
cases
/
classDefinition1.php
11 lines
89 B
PHP
Raw
Blame
History
<
?
php
namespace
TestNamespace
;
$a
=
new
A
;
echo
$a
->
a
;
class
A
{
public
$a
=
3
;
}
View Git Blame
Copy Permalink