Home
last modified time | relevance | path

Searched refs:labelCharMap (Results 1 – 1 of 1) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php137 protected array $labelCharMap; variable in PhpParser\\PrettyPrinterAbstract
1129 if (!$this->labelCharMap[$append[0]]
1130 || !$this->labelCharMap[$str[\strlen($str) - 1]]) {
1277 if (isset($this->labelCharMap)) {
1281 $this->labelCharMap = [];
1284 $this->labelCharMap[$chr] = $i >= 0x80 || ctype_alnum($chr);
1288 $this->labelCharMap["\x7f"] = true;

Completed in 12 milliseconds