Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. JsonParser.php

JsonParser::$terminals_

@phpstan-var array<int, string> @const

Type: terminals_

File

vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php, line 87

Class

JsonParser
Parser class

Namespace

Seld\JsonLint

Code

private $terminals_ = array(
    2 => "error",
    4 => "STRING",
    6 => "NUMBER",
    8 => "NULL",
    10 => "TRUE",
    11 => "FALSE",
    14 => "EOF",
    17 => "{",
    18 => "}",
    21 => ":",
    22 => ",",
    23 => "[",
    24 => "]",
);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal