Function __global->js_log_warning
Definitions
sources/webstandards_js_lex.php
- Log a warning when lexing/parsing/checking.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$system | string | required parameter | N/A | N/A | The system causing the error |
$warning | string | required parameter | N/A | N/A | The warning |
$i | integer | -1 | N/A | N/A | The global position |
$absolute | boolean | False | N/A | N/A | Whether the position is a string offset (as opposed to a token position) |