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
Add pre-PHP 8 and PHP 8.0+ array literal tests for bug-10862
Split tests into four files covering all three PHP version behaviors:
- php74: pre-PHP 8.0, negative keys never affect auto-index
- php80: PHP 8.0+, array literals with negative keys update auto-index
- php82: PHP <= 8.2, imperative assignment does not update for negative keys
- php83: PHP 8.3+, negative keys always update auto-index
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments