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

KarpelesLab / goro / 25824838995
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 08:44PM UTC
Jobs 1
Files 398
Run time 2min
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 08:33PM UTC coverage: 12.06% (+0.003%) from 12.057%
25824838995

push

github

MagicalTux
vm: validate offset type on array/string read/write (TypeError on object/array key)

PHP 8+ throws "Cannot access offset of type X on array/string" when
the key passed to $arr[k] or $s[k] is an object or array (except on
ArrayAccess containers). The VM previously dispatched these through
the generic OffsetSet path, which produced an "Illegal string offset"
notice instead. Validating up-front in both arrayGet and arraySetLocal
matches the AST's behaviour and fixes bug81159 / closure_array_offset_error.

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

8 of 38 new or added lines in 1 file covered. (21.05%)

13963 of 115784 relevant lines covered (12.06%)

2451.66 hits per line

Uncovered Changes

Lines Coverage ∆ File
30
23.7
-0.75% core/vm/ops_array.go
Jobs
ID Job ID Ran Files Coverage
1 25824838995.1 13 May 2026 08:44PM UTC 398
12.06
GitHub Action Run
Source Files on build 25824838995
  • 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 #25824838995
  • 3e338d9b on github
  • Prev Build on master (#25824702215)
  • Next Build on master (#25824933809)
  • 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