1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 01:00:04 +08:00
SpaceVim/bundle/phpcomplete.vim-vim7/tests/fixtures/GetCurrentSymbolWithContext/child_foo.php

8 lines
79 B
PHP
Raw Normal View History

<?php
class ChildFoo extends BaseFoo {
}
$f = new ChildFoo;
$f->inherited();