Searched refs:VISIBILITY_MODIFIER_MASK (Results 1 – 5 of 5) sorted by relevance
25 public const VISIBILITY_MODIFIER_MASK = 7; // 1 | 2 | 4 define in PhpParser\\Node\\Stmt\\Class_
72 `Class_::VISIBILITY_MODIFIER_MASK`.
306 PhpParser\Node\Stmt\Class_::VISIBILITY_MODIFIER_MASK -> PhpParser\Modifiers::VISIBILITY_MASK
820 `Class_::VISIBILITY_MODIFIER_MASK`.893 * Fixed the spelling of `Class_::VISIBILITY_MODIFIER_MASK`. The previous spelling of
82 > the `$property->flags & Class_::VISIBILITY_MODIFIER_MASK) === 0` allows making this distinction w…
Completed in 10 milliseconds