Function __global->webstandards_js_parser_error

Definitions

sources/webstandards_js_parse.php

  • Give a parse error.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$message string No No required parameter N/A N/A The error

Returns

  • Always null (null: exit)
  • Type: ?boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Give a parse error.
 *
 * @param  string $message The error
 * @return ?boolean Always null (null: exit)
 */

function webstandards_js_parser_error(string $message) : ?bool