Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DBuffer.php28 protected $endsAt; variable in FreeDSx\\Socket\\Queue\\Buffer
32 * @param int $endsAt
34 public function __construct($bytes, int $endsAt) argument
37 $this->endsAt = $endsAt;
51 public function endsAt(): int function in FreeDSx\\Socket\\Queue\\Buffer
53 return $this->endsAt;
H A DMessageQueue.php101 $this->buffer = \substr((string)$this->buffer, $buffer->endsAt());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php85 [$endsAt, $filter] = $this->parseFilterContainer($startAt, $isRoot);
87 [$endsAt, $filter] = $this->parseComparisonFilter($startAt, $isRoot);
89 if ($isRoot && $endsAt !== $this->length) {
92 substr($this->filter, $endsAt)
96 return [$endsAt, $filter];