You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define visibility flags for namespace-scoped members
Add flag definitions for the upcoming private(namespace) visibility feature:
- ZEND_ACC_NAMESPACE_PRIVATE (bit 30): Primary visibility for methods/properties
- ZEND_ACC_NAMESPACE_PRIVATE_SET (bit 13): Asymmetric visibility for property writes
Also updates visibility masks and conversion functions to include the new flags.
These flags will be set by the parser and checked at runtime during
method/property access.
0 commit comments