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

5 lines
64 B
PHP
Raw Normal View History

<?php
define('FINDME_FOO', 42);
define('DONT_FIND_ME', 6 * 7);