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 | |
/* | |
* Note: This script will directly modify the .php files in the given directory. | |
* It is assumed that the code is under version control, so you can easily review | |
* the changes using `git diff` or similar. | |
*/ | |
function usageError() { | |
die("Usage: php portVarKeywords.php dir/\n"); |