Index: trunk/tools/code-utils/check-vars.php |
— | — | @@ -153,6 +153,8 @@ |
154 | 154 | '$mmfl' => array( 'mergeMessageFileList.php' ), |
155 | 155 | '$checkBlacklist' => array( 'checkLanguage.inc' ), |
156 | 156 | '$stderr' => array( 'serialize.php' ), |
| 157 | + '$col' => array( 'UtfNormalTest2.php' ), |
| 158 | + '$lineNo' => array( 'UtfNormalTest2.php' ), |
157 | 159 | ); |
158 | 160 | |
159 | 161 | function setGenerateDeprecatedList( $bool = true ) { |