Skip to content

Commit

Permalink
syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rawsrc committed Oct 21, 2019
1 parent ee6aed6 commit 9d0049f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $x = $php_echo['foo']; // $x = 'abc " < >' array notation, no esca
$y = $php_echo('foo'); // $y = 'abc &quot; &lt; &gt;' function notation, escaped value

// escape on demand
$z = $pho_echo('hsc', 'any value to escape');
$z = $php_echo('hsc', 'any value to escape');
```

## **How to**
Expand Down

0 comments on commit 9d0049f

Please sign in to comment.