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

15 lines
250 B
PHP
Vendored

<?php
/*
* testcase for when the class definition is not on the start of the line
* related to issue #19
*/
ABSTRACT class FooAbstract
{
public function foo() {
$this->
;
self::
}
}