Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOption.php26 protected const MATCH_RANGE = '/range=(\d+)-(.*)/';
74 preg_match(self::MATCH_RANGE, $this->option, $match);
90 preg_match(self::MATCH_RANGE, $this->option, $match);
20 protected const MATCH_RANGE = '/range=(\d+)-(.*)/'; global() define in FreeDSx\\Ldap\\Entry\\Option