1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 23:30:03 +08:00
SpaceVim/bundle/phpcomplete.vim-vim7/tests/fixtures/GetClassName/foo.class.php

11 lines
93 B
PHP

<?php
class FooClass {
public function bar() {
$this->
self::
}
}