1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 03:40:05 +08:00
SpaceVim/bundle/phpcomplete.vim/tests/fixtures/GetCurrentNameSpace/code_blocks.php

11 lines
140 B
PHP
Vendored

<?php
use SomeParentNS\SomeChildNS;
$testFunc = function () {
foreach([] as $a) {
$test = new SomeChildNS\SomeClass();
$test->
}
};