bug fixing#323
Merged
Merged
Conversation
Member
nahime0
commented
May 31, 2026
- fix: allow parenthesized expression statements
- fix: allow standalone match expression statements
- fix: allow generator yields in try blocks
- fix: parse reference alias assignments
- fix: parse array element post-increment
- fix: parse numeric string int casts
- fix: preserve runtime class in get_class
- fix: preserve yield-from return through var_dump
- fix: deliver generator send payload
- fix: lower nested array append writeback
- fix: declare closure static local storage
- fix: keep by-ref closure captures dynamic
- fix: append hash arrays with php next key
- fix: keep escaped by-ref closure captures alive
- fix: throw ValueError for enum from misses
- fix: normalize float array keys
- fix: run finally for catch returns
- fix: snapshot arrow function captures
- test: add array access exception ordering stress
- test: add large arity by-ref array stress
- test: add spl delete iteration mutation stress
- fix: report duplicate named args after spread
- fix: warn on missing indexed array keys
- fix: include form feed in trim defaults
- feat: support array_filter mode constants
- feat: add json_decode error locations
- feat: add SortDirection enum
- feat: add grapheme_strrev builtin
- feat: add clamp builtin
- fix: add ReflectionClass getName
- fix: align function_exists namespace lookup
- test: add nullsafe side-effect stress coverage
- fix: forward yield-from send payloads
- test: cover yield-from captured return
- fix: map fiber start named spreads
- fix: resolve autoload class guards case-insensitively
- fix: stabilize x86 callable array dispatch
# Conflicts: # docs/internals/architecture.md # docs/php/strings.md # src/codegen/expr/calls/callable_array_runtime.rs # src/codegen/functions/types/builtins.rs # src/codegen/prescan.rs # src/codegen/runtime/arrays/hash_get.rs # src/types/checker/driver/init.rs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.