config['tagName']; $attrName = $this->config['attrName']; foreach ($matches as $m) { $entity = $m[0][0]; $chr = \html_entity_decode($entity, \ENT_QUOTES, 'UTF-8'); if ($chr === $entity || \ord($chr) < 32) continue; $this->parser->addSelfClosingTag($tagName, $m[0][1], \strlen($entity))->setAttribute($attrName, $chr); } } }