1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:40:05 +08:00
SpaceVim/bundle/phpcomplete.vim-vim7/tests/fixtures/CompleteVariable/local_variables.php

8 lines
117 B
PHP

<?php
$find_me = "var";
$find_me2 = time();
$find_me3 = new DateTime;
$find_me4 = new BarClass;
$dont_find_me = 42;