• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KarpelesLab / goro / 26065466942
13%

Build:
DEFAULT BRANCH: master
Ran 18 May 2026 11:03PM UTC
Jobs 1
Files 398
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 May 2026 11:02PM UTC coverage: 12.333% (-0.003%) from 12.336%
26065466942

push

github

MagicalTux
vm: fix MakeRef-on-cached-ZVal panic in stream user filters

phpv.ZInt(0).ZVal() returns a cached singleton wrapper; calling
MakeRef on it panics. Use NewZVal(ZInt(0)) so the \$consumed by-ref
parameter gets a fresh wrapper. Surface: stream_filter_register +
fwrite drove the panic on bug21478 and bug73156 (which exercise the
same code via __call → eval).

Also drops the unnecessary OffsetSet mirror in OP_NODISCARD_ENTER —
the synthetic __nodiscard_prev_N local only needs the slot, not a
hashtable mirror, and the mirror was contributing to leaked
FuncContext state observed after the panic-recovery path.

Adds OP_DESTRUCTURE_ASSIGN scaffolding (opcode + AssignDestructure
helper); the emit wiring lands in a follow-up.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

0 of 6 new or added lines in 2 files covered. (0.0%)

14424 of 116954 relevant lines covered (12.33%)

2565.33 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
71.52
-0.44% core/compiler/vmaccess.go
3
0.0
0.0% core/stream/user_filter.go
Jobs
ID Job ID Ran Files Coverage
1 26065466942.1 18 May 2026 11:03PM UTC 398
12.33
GitHub Action Run
Source Files on build 26065466942
  • Tree
  • List 398
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26065466942
  • cfbd6736 on github
  • Prev Build on master (#26065236676)
  • Next Build on master (#26065510908)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc