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
cc3f0da21a
php-language-server
/
tests
/
Validation
/
cases
/
stringVariable.php
9 lines
90 B
PHP
Raw
Blame
History
<
?
php
class
B
{
public
$hi
=
3
;
function
a
()
{
echo
"
$this->hi
"
;
}
}
View Git Blame
Copy Permalink