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

10 lines
106 B
PHP
Raw Normal View History

2017-04-13 18:32:37 +00:00
<?php
namespace MyNamespace;
class A extends B {
function a () {
$a = new static();
}
}