Files
faveo/vendor/vlucas/phpdotenv/tests/fixtures/quoted.env
2015-05-01 13:13:01 +05:30

9 lines
206 B
Bash

QFOO='bar'
QBAR='baz'
QSPACED='with spaces'
QEQUALS='pgsql:host=localhost;dbname=test'
QNULL=''
QWHITESPACE = 'no space'
QESCAPED='test some escaped characters like a quote (\') or maybe a backslash (\\)'