Skip to content

Instantly share code, notes, and snippets.

@pgl
Created July 30, 2019 10:31
Show Gist options
  • Save pgl/3564caf394482c0869ffab349b9660ef to your computer and use it in GitHub Desktop.
Save pgl/3564caf394482c0869ffab349b9660ef to your computer and use it in GitHub Desktop.
Zero-width PHP function names
<?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