Skip to content

Commit 2b7741f

Browse files
authored
docs: improve env example, add env-bench ref
1 parent e11d3e7 commit 2b7741f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

+7
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,14 @@ b="2"
5252
c=$3#
5353
; also comment line
5454
d="lol"
55+
# empty
5556
e=
5657
f=\"6\"
5758
1_2=one_two
59+
# empty too
5860
E=""
5961
A_B=Apple Ball
62+
# multiline
6063
MUL="line 1
6164
line 2"
6265
x=Y
@@ -82,6 +85,10 @@ echo env('THE_KEY');
8285

8386
See [filter_var](http://php.net/filter_var) for more on sanitizing/filtering values!
8487

88+
## Benchmark
89+
90+
If you are interested [here](https://github.com/adhocore/env-bench) is a simple benchmark.
91+
8592
---
8693
### Consideration
8794

0 commit comments

Comments
 (0)