1
0
Fork 0
php-language-server/tests/Validation/cases/scopedPropertyAccess3.php

8 lines
65 B
PHP

<?php
class A {
static $a = "hello";
}
echo A::$a;
$a = new