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

KarpelesLab / goro / 25827715594
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 09:35PM 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

13 May 2026 09:33PM UTC coverage: 12.12% (+0.008%) from 12.112%
25827715594

push

github

MagicalTux
vm: allocate fresh ZVal wrapper on local assignment (bug26639)

storeLocal previously stored the source ZVal pointer directly. When
the source came from another slot (\$b = \$a), both slots ended up
sharing the same *ZVal. A subsequent by-ref builtin that mutates
through one (e.g. mb_convert_variables on \$b) calls ZVal.Set, which
overwrites the shared wrapper's v field — \$a sees the change too,
contradicting PHP's value-copy semantics for scalars.

Allocate a fresh ZVal wrapper around the same underlying Val for
non-ref, non-array source values. The Val itself (ZString, ZInt, …)
is shared without copying because it's immutable; only the wrapper
needs to be independent so per-slot Set calls don't propagate.

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

9 of 9 new or added lines in 1 file covered. (100.0%)

14047 of 115903 relevant lines covered (12.12%)

2456.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25827715594.1 13 May 2026 09:35PM UTC 398
12.12
GitHub Action Run
Source Files on build 25827715594
  • Tree
  • List 398
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25827715594
  • cc544897 on github
  • Prev Build on master (#25827566004)
  • Next Build on master (#25827998872)
  • 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