Home
last modified time | relevance | path

Searched refs:OPERATORS (Results 1 – 2 of 2) sorted by path

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterInterface.php43 public const OPERATORS = [
42 public const OPERATORS = [ global() define
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php109 foreach (FilterInterface::OPERATORS as $compOp) {
486 if (isset($this->filter[$i + 1]) && in_array($this->filter[$i + 1], FilterInterface::OPERATORS, true)) {