Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php104 protected $tmpTagMap = [];
302 $this->tmpTagMap = $tagMap + $this->tagMap;
311 $this->tmpTagMap = [];
360 $tagType = ($class === AbstractType::TAG_CLASS_UNIVERSAL) ? $tagNumber : ($this->tmpTagMap[$class][$tagNumber] ?? null);
65 protected $tmpTagMap = []; global() variable in FreeDSx\\Asn1\\Encoder\\BerEncoder