Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DModifiers.php18 public const VISIBILITY_MASK = 1 | 2 | 4; define in PhpParser\\Modifiers
45 if ($a & Modifiers::VISIBILITY_MASK && $b & Modifiers::VISIBILITY_MASK) {
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClassConst.php50 || ($this->flags & Modifiers::VISIBILITY_MASK) === 0;
H A DProperty.php48 || ($this->flags & Modifiers::VISIBILITY_MASK) === 0;
H A DClassMethod.php106 || ($this->flags & Modifiers::VISIBILITY_MASK) === 0;
/PHP-Parser/
H A DUPGRADE-5.0.md306 PhpParser\Node\Stmt\Class_::VISIBILITY_MODIFIER_MASK -> PhpParser\Modifiers::VISIBILITY_MASK

Completed in 16 milliseconds