private static property Escaper::$escaped in Lockr 7.3
File
- vendor/
symfony/ yaml/ Escaper.php, line 38
Class
- Escaper
- Escaper encapsulates escaping rules for single and double-quoted YAML strings.
Namespace
Symfony\Component\YamlCode
private static $escaped = [
'\\\\',
'\\"',
'\\\\',
'\\"',
'\\0',
'\\x01',
'\\x02',
'\\x03',
'\\x04',
'\\x05',
'\\x06',
'\\a',
'\\b',
'\\t',
'\\n',
'\\v',
'\\f',
'\\r',
'\\x0e',
'\\x0f',
'\\x10',
'\\x11',
'\\x12',
'\\x13',
'\\x14',
'\\x15',
'\\x16',
'\\x17',
'\\x18',
'\\x19',
'\\x1a',
'\\e',
'\\x1c',
'\\x1d',
'\\x1e',
'\\x1f',
'\\N',
'\\_',
'\\L',
'\\P',
];