Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DModifiers.php23 public const VISIBILITY_SET_MASK = self::PUBLIC_SET | self::PROTECTED_SET | self::PRIVATE_SET; define in PhpParser\\Modifiers
71 ($a & Modifiers::VISIBILITY_SET_MASK && $b & Modifiers::VISIBILITY_SET_MASK)

Completed in 4 milliseconds