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

Breadcrumb

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

StringUnescaper::REPLACEMENTS

File

vendor/phpstan/phpdoc-parser/src/Parser/StringUnescaper.php, line 16

Class

StringUnescaper

Namespace

PHPStan\PhpDocParser\Parser

Code

private const REPLACEMENTS = [
    '\\' => '\\',
    'n' => "\n",
    'r' => "\r",
    't' => "\t",
    'f' => "\f",
    'v' => "\v",
    'e' => "\x1b",
];

API Navigation

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