spacevim/bundle/phpcomplete.vim/tests/fixtures/CompleteGeneral/constants.php

5 lines
64 B
PHP
Raw Normal View History

2024-08-21 14:17:26 +08:00
<?php
define('FINDME_FOO', 42);
define('DONT_FIND_ME', 6 * 7);