Function __global->js_mention_undeclared_variables
Definitions
sources/webstandards_js_lint.php
- Put out a warning if a variable was not declared.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$identifier | string | required parameter | N/A | N/A | The variable name |
$c_pos | integer | required parameter | N/A | N/A | Current parse position |