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

KarpelesLab / goro / 26359880593 / 1
12%
master: 12%

Build:
DEFAULT BRANCH: master
Ran 24 May 2026 11:24AM UTC
Files 398
Run time 10s
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

24 May 2026 11:23AM UTC coverage: 12.479% (+0.001%) from 12.478%
26359880593.1

push

github

MagicalTux
vm: restore $obj->$var dollar-prefix AST-delegation (fix 7742c3b2)

7742c3b2 incorrectly removed the `name[0] == '$'` branches in
emitObjectVarRead and emitObjectFuncCall, claiming they were dead code.
They are NOT dead — the parser distinguishes two dynamic-property
forms:

  $obj->{$x}   parses to runObjectDynVar / runObjectDynFunc  (curly braces)
  $obj->$x     parses to runObjectVar / runObjectFunc with the literal
              dollar-prefixed token ("$x") as the name

The first form is intercepted by IsObjectDynVarReadNode /
IsObjectDynFuncNode earlier in the pipeline. The second form reaches
emitObjectVarRead / emitObjectFuncCall with a name like "$x" that
needs runtime variable lookup.

Restore both AST-delegation branches with the correct rationale in the
comments. Fixes regressions:
  access_modifiers/access_modifiers_011.phpt
  assign_obj_op_cache_slot.phpt

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

14759 of 118270 relevant lines covered (12.48%)

2584.88 hits per line

Source Files on job 26359880593.1
  • Tree
  • List 398
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26359880593
  • 37b41488 on github
  • Prev Job for on master (#26359832605.1)
  • Next Job for on master (#26359939529.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