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

KarpelesLab / goro / 26392427217
13%

Build:
DEFAULT BRANCH: master
Ran 25 May 2026 08:59AM 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

25 May 2026 08:58AM UTC coverage: 12.551% (-0.002%) from 12.553%
26392427217

push

github

MagicalTux
vm: lower $obj->$x = v / $obj->{$x} = v to OP_OBJECT_DYN_SET

Adds OP_OBJECT_DYN_SET handling the dynamic-name property write
shape that was previously generic-AST-delegated via OpClassConst.

Stack: [receiver, name, value] → optionally push value back.
  A bit 0 = keep-value-on-stack (expr context).

Handler validates the receiver is a ZObjectAccess (throwing
"Attempt to assign property \"NAME\" on TYPE" otherwise) and
dispatches through objI.ObjectSet — which already covers typed
properties, hooks, asymmetric visibility, etc.

emitObjectVarAssign routes runObjectVar with $-prefixed name
(\$obj->\$x = v) through the new opcode; a new
emitObjectDynVarAssign handles runObjectDynVar
(\$obj->{\$x} = v). Receiver-warn semantics match the AST
runners — runObjectVar suppresses the undefined-variable warning
via OpLoadLocal, runObjectDynVar does not (emitExpr → normal warn).

Also brings the dyn-form error message in line with real PHP:
"Attempt to assign property \"foo\" on int" (the AST runner was
omitting the property name).

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

10 of 80 new or added lines in 3 files covered. (12.5%)

14926 of 118924 relevant lines covered (12.55%)

2570.73 hits per line

Uncovered Changes

Lines Coverage ∆ File
39
59.87
-7.84% core/vm/vmcompiler/emit_object.go
26
57.0
-0.95% core/vm/vm.go
5
61.25
-0.19% core/vm/vmcompiler/emit_expr.go
Jobs
ID Job ID Ran Files Coverage
1 26392427217.1 25 May 2026 08:59AM UTC 398
12.55
GitHub Action Run
Source Files on build 26392427217
  • Tree
  • List 398
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26392427217
  • c31a5584 on github
  • Prev Build on master (#26391790448)
  • Next Build on master (#26393926214)
  • 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