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

5 lines
64 B
PHP
Vendored

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