mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 13:10:05 +08:00
8 lines
79 B
PHP
Vendored
8 lines
79 B
PHP
Vendored
<?php
|
|
|
|
class ChildFoo extends BaseFoo {
|
|
}
|
|
|
|
$f = new ChildFoo;
|
|
$f->inherited();
|