Created
August 25, 2024 22:39
-
-
Save ghostwriter/e41f3ca3c7d71c9f93410fc54f49b1d8 to your computer and use it in GitHub Desktop.
list of characters to avoid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Conflicts with file systems: :, *, ", <, >, | | |
Conflicts with shell variables: $ | |
Conflicts with bash brace expansion {, } | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment