Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClass_.php25 public const VISIBILITY_MODIFIER_MASK = 7; // 1 | 2 | 4 define in PhpParser\\Node\\Stmt\\Class_
/PHP-Parser/
H A DUPGRADE-4.0.md72 `Class_::VISIBILITY_MODIFIER_MASK`.
H A DUPGRADE-5.0.md306 PhpParser\Node\Stmt\Class_::VISIBILITY_MODIFIER_MASK -> PhpParser\Modifiers::VISIBILITY_MASK
H A DCHANGELOG.md820 `Class_::VISIBILITY_MODIFIER_MASK`.
893 * Fixed the spelling of `Class_::VISIBILITY_MODIFIER_MASK`. The previous spelling of
/PHP-Parser/doc/component/
H A DLexer.markdown82 > the `$property->flags & Class_::VISIBILITY_MODIFIER_MASK) === 0` allows making this distinction w…

Completed in 10 milliseconds