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-14.0.0-120.1.0
php-language-server
/
tests
/
Validation
/
cases
/
scopedPropertyAccess3.php
8 lines
65 B
PHP
Raw
Permalink
Blame
History
<
?
php
class
A
{
static
$a
=
"
hello
"
;
}
echo
A
::
$a
;
$a
=
new
View Git Blame
Copy Permalink