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

5 lines
64 B
PHP

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