Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php57 if (!($this->binary[$this->pos] === self::BOOL_FALSE || $this->binary[$this->pos] === self::BOOL_TRUE)) {
H A DBerEncoder.php83 protected const BOOL_FALSE = "\x00";
187 $bytes = $type->getValue() ? self::BOOL_TRUE : self::BOOL_FALSE;
857 $bytes = self::BOOL_FALSE . $bytes;
1029 return ($this->binary[$this->pos++] !== self::BOOL_FALSE);
44 protected const BOOL_FALSE = "\x00"; global() define in FreeDSx\\Asn1\\Encoder\\BerEncoder