mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 06:00:04 +08:00
5 lines
64 B
PHP
5 lines
64 B
PHP
|
<?php
|
||
|
|
||
|
define('FINDME_FOO', 42);
|
||
|
define('DONT_FIND_ME', 6 * 7);
|