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

KarpelesLab / goro / 25825063353
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 08:48PM 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 08:38PM UTC coverage: 12.06%. Remained the same
25825063353

push

github

MagicalTux
vm: validate string-offset string keys (TypeError on non-numeric)

PHP 8+ throws "Cannot access offset of type string on string" when a
non-numeric, non-empty string is used to index a string value (e.g.
\$str['wrong']). The VM was emitting "Illegal string offset" warnings
instead. The check mirrors AST behaviour: empty offsets fall through
(treated as 0) and leading-numeric strings like "0foo" continue to
the existing warning path inside ZStringArray. Fixes bug31098.

Also rename isLeadingNumeric → IsLeadingNumeric in core/compiler so
the helper can be referenced from sibling docs; the VM keeps an
inlined copy to avoid a compiler→vm import cycle.

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

4 of 36 new or added lines in 4 files covered. (11.11%)

13967 of 115813 relevant lines covered (12.06%)

2451.05 hits per line

Uncovered Changes

Lines Coverage ∆ File
25
21.89
-1.81% core/vm/ops_array.go
3
32.18
0.0% core/compiler/compile-array.go
2
54.8
0.0% core/compiler/dispatch.go
2
23.02
0.0% core/compiler/run-operator.go
Jobs
ID Job ID Ran Files Coverage
1 25825063353.1 13 May 2026 08:48PM UTC 398
12.06
GitHub Action Run
Source Files on build 25825063353
  • Tree
  • List 398
  • Changed 4
  • Source Changed 4
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25825063353
  • 5d33bff1 on github
  • Prev Build on master (#25824933809)
  • Next Build on master (#25825214614)
  • 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