Searched refs:VISIBILITY_MASK (Results 1 – 5 of 5) sorted by relevance
21 public const VISIBILITY_MASK = self::PUBLIC | self::PROTECTED | self::PRIVATE; define in PhpParser\\Modifiers70 if (($a & Modifiers::VISIBILITY_MASK && $b & Modifiers::VISIBILITY_MASK) ||
50 || ($this->flags & Modifiers::VISIBILITY_MASK) === 0;
52 || ($this->flags & Modifiers::VISIBILITY_MASK) === 0;
106 || ($this->flags & Modifiers::VISIBILITY_MASK) === 0;
306 PhpParser\Node\Stmt\Class_::VISIBILITY_MODIFIER_MASK -> PhpParser\Modifiers::VISIBILITY_MASK
Completed in 13 milliseconds