Searched refs:BOOL_FALSE (Results 1 – 2 of 2) sorted by relevance
57 …if (!($this->binary[$this->pos] === self::BOOL_FALSE || $this->binary[$this->pos] === self::BOOL_T…
83 protected const BOOL_FALSE = "\x00"; define in FreeDSx\\Asn1\\Encoder\\BerEncoder187 $bytes = $type->getValue() ? self::BOOL_TRUE : self::BOOL_FALSE;857 $bytes = self::BOOL_FALSE . $bytes;1029 return ($this->binary[$this->pos++] !== self::BOOL_FALSE);