Function __global->js_scan_extractive_expressions
Definitions
sources/webstandards_js_lint.php
- Scan through a complex variable, checking any expressions embedded in it.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $variable | array | No | No | required parameter | N/A | N/A | The complex variable |
Preview
Code (PHP)
/**
* Scan through a complex variable, checking any expressions embedded in it.
*
* @param array $variable The complex variable
*/
function js_scan_extractive_expressions(array $variable)
* Scan through a complex variable, checking any expressions embedded in it.
*
* @param array $variable The complex variable
*/
function js_scan_extractive_expressions(array $variable)

