1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 20:50:04 +08:00
SpaceVim/bundle/phpcomplete.vim-vim7/tests/fixtures/GetClassName/parent.php

9 lines
89 B
PHP
Raw Normal View History

<?php
class Foo extends FooBase {
public function bar() {
parent::
}
}