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

KarpelesLab / goro / 25814441995
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 05:10PM 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 05:09PM UTC coverage: 12.071% (+0.002%) from 12.069%
25814441995

push

github

MagicalTux
vm: deref ref-bound arrays before COW Dup on plain assign

Plain assignment in PHP dereferences refs on the RHS: \`\$b = \$a\`
when \$a is bound by reference still produces an independent value
copy in \$b (not another alias to the ref). Previously the storeLocal
COW only fired for non-ref values, leaving \`\$original = \$bigarray\`
sharing the ref's underlying ZArray after a prior \`shuffle(\$bigarray)\`
had MakeRef'd \$bigarray's slot.

Now: for array RHS, follow the ref chain via Nude() and Dup the
underlying array. Plain non-ref arrays Dup directly as before.

Fixes basic/array/array_shuffle_basic.phpt and a few related
tests that depend on a second by-ref builtin call not aliasing
through a prior MakeRef'd slot.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

5 of 7 new or added lines in 1 file covered. (71.43%)

13958 of 115637 relevant lines covered (12.07%)

2455.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
79.17
-2.65% core/vm/frame.go
Jobs
ID Job ID Ran Files Coverage
1 25814441995.1 13 May 2026 05:10PM UTC 398
12.07
GitHub Action Run
Source Files on build 25814441995
  • 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 #25814441995
  • 29c64165 on github
  • Prev Build on master (#25814192593)
  • Next Build on master (#25814545303)
  • 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