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

KarpelesLab / goro / 26390158551
13%

Build:
DEFAULT BRANCH: master
Ran 25 May 2026 08:02AM 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:01AM UTC coverage: 12.486% (+0.007%) from 12.479%
26390158551

push

github

MagicalTux
vm: lower $obj->prop ?? default natively via OP_OBJECT_GET_SAFE

Currently $obj->prop ?? default routes through OpClassConst (generic
AST.Run delegation) because the AST's coalesce handler suppresses the
"Undefined property" warning that OP_OBJECT_GET would emit.

Add OP_OBJECT_GET_SAFE that calls ZObject.ObjectGetQuiet (already
exists) for ZtObject receivers — same dispatch as OP_OBJECT_GET but
silences the missing-property warning. Non-object receivers fall
through to the loud objectGet path; the coalesce LHS swallows any
resulting warning at the AST evaluation level, matching baseline.

emit_expr.go: emitCoalesce detects objectVarNode LHS with literal
(non-dollar-prefixed) name and emits OP_OBJECT_GET_SAFE instead of
OP_OBJECT_GET. Dollar-prefix form ($obj->$x) falls through to AST.

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

21 of 56 new or added lines in 3 files covered. (37.5%)

5 existing lines in 3 files now uncovered.

14775 of 118331 relevant lines covered (12.49%)

2583.56 hits per line

Uncovered Changes

Lines Coverage ∆ File
21
15.79
-4.48% core/vm/ops_object.go
12
59.1
-0.25% core/vm/vm.go
2
63.94
0.29% core/vm/vmcompiler/emit_expr.go

Coverage Regressions

Lines Coverage ∆ File
2
8.02
-0.22% core/compiler/compile-isset.go
2
22.12
-0.08% core/phpobj/zobject.go
1
23.21
-0.06% core/compiler/run-operator.go
Jobs
ID Job ID Ran Files Coverage
1 26390158551.1 25 May 2026 08:02AM UTC 398
12.49
GitHub Action Run
Source Files on build 26390158551
  • Tree
  • List 398
  • Changed 7
  • Source Changed 4
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26390158551
  • 1be0792c on github
  • Prev Build on master (#26359939529)
  • Next Build on master (#26390530579)
  • 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