Skip to content

bug fixing#323

Merged
nahime0 merged 40 commits into
mainfrom
bug-fixing
Jun 1, 2026
Merged

bug fixing#323
nahime0 merged 40 commits into
mainfrom
bug-fixing

Conversation

@nahime0
Copy link
Copy Markdown
Member

@nahime0 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

@nahime0 nahime0 merged commit aef0bdf into main Jun 1, 2026
2 checks passed
@nahime0 nahime0 deleted the bug-fixing branch June 1, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant