Searched refs:BOOL_TRUE (Results 1 – 2 of 2) sorted by relevance
57 …$this->binary[$this->pos] === self::BOOL_FALSE || $this->binary[$this->pos] === self::BOOL_TRUE)) {
88 protected const BOOL_TRUE = "\xff"; define in FreeDSx\\Asn1\\Encoder\\BerEncoder187 $bytes = $type->getValue() ? self::BOOL_TRUE : self::BOOL_FALSE;859 $bytes = self::BOOL_TRUE . $bytes;