feat(compiler): handle inherited private property array dim access correctly
- Add native property access check to prevent parent private property resolution
- Generate proper property fetch when accessing inherited private array properties
- Ensure isset() and null coalescing operators use correct property slots
- Maintain consistent behavior between direct reads and conditional checks
- Add comprehensive test case for inherited private array property access
- Document PHP 8.4 Property Hook integration design and implementation details
- Update documentation index with new Property Hook integration guide
|