Created
July 30, 2019 10:31
-
-
Save pgl/3564caf394482c0869ffab349b9660ef to your computer and use it in GitHub Desktop.
Zero-width PHP function names
This file contains 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 | |
function () { | |
echo "testing zero-width function names\n\n"; | |
} | |
| |
(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment