Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php527 $intype = $decoded['type'];
528 // !isset(self::ANY_MAP[$intype]) produces a fatal error on PHP 5.6
529 if (isset($decoded['constant']) || !array_key_exists($intype, self::ANY_MAP) || (ord(self::$encoded[$decoded['start']]) & 0x20)) {
532 $inmap = self::ANY_MAP[$intype];
534 return [$inmap => self::asn1map($decoded, ['type' => $intype] + $mapping, $special)];