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
#!/usr/bin/php | |
<?php | |
/** | |
* Run this script on the command line like `php fix_unquoted_array_keys.php './*.php'` | |
* Or make the file executable and run it directly. | |
* | |
* As the first argument after the script name gets passed directly to `rglob()`, it's | |
* recommended that you quote it to prevent the shell from doing the expansion itself. | |
*/ |