1
0
Fork 0
php-language-server/validation/frameworks/broken/scopedPropertyAccess.php

10 lines
96 B
PHP
Raw Normal View History

2017-04-13 16:14:58 +00:00
<?php
namespace MyNamespace;
class A {
static function a() {
$a = A::a();
}
}