private static property Escaper::$escapees in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/yaml/Escaper.php \Symfony\Component\Yaml\Escaper::escapees
File
- vendor/
symfony/ yaml/ Escaper.php, line 29
Class
- Escaper
- Escaper encapsulates escaping rules for single and double-quoted YAML strings.
Namespace
Symfony\Component\YamlCode
private static $escapees = array(
'\\',
'\\\\',
'\\"',
'"',
"\0",
"\1",
"\2",
"\3",
"\4",
"\5",
"\6",
"\7",
"\10",
"\t",
"\n",
"\v",
"\f",
"\r",
"\16",
"\17",
"\20",
"\21",
"\22",
"\23",
"\24",
"\25",
"\26",
"\27",
"\30",
"\31",
"\32",
"\33",
"\34",
"\35",
"\36",
"\37",
"
",
" ",
"
",
"
",
);