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

KarpelesLab / goro / 25825063353 / 1
13%
master: 13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 08:48PM UTC
Files 398
Run time 14s
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.1

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>

13967 of 115813 relevant lines covered (12.06%)

2451.05 hits per line

Source Files on job 25825063353.1
  • Tree
  • List 398
  • Changed 4
  • Source Changed 4
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25825063353
  • 5d33bff1 on github
  • Prev Job for on master (#25824933809.1)
  • Next Job for on master (#25825214614.1)
  • 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