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

KarpelesLab / goro / 25324078757
13%

Build:
DEFAULT BRANCH: master
Ran 04 May 2026 02:16PM UTC
Jobs 1
Files 391
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

04 May 2026 02:14PM UTC coverage: 5.849% (+0.04%) from 5.813%
25324078757

push

github

MagicalTux
vm: route binops through compiler.EvalBinop for full PHP semantics

Adds compiler.EvalBinop — a public dispatcher that takes
pre-evaluated ZVals and applies the same numeric-coercion,
array-union, GMP-overload, type-error, and warning logic as
runOperator.Run does inline.

The VM's opAdd / opSub / opMul / opDiv / opMod / opPow /
opBitAnd / opBitOr / opBitXor / opShl / opShr now route
through EvalBinop instead of calling OperatorMath /
OperatorMathLogic directly. Same semantics as the AST: an
array+array `+` produces a union, GMP objects dispatch via
HandleDoOperation, non-numeric strings raise TypeError, etc.

Comparison and concat ops keep their direct paths since
OperatorCompare and OperatorAppend already handle the full
edge-case set.

No phpt regressions.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

58 of 115 new or added lines in 2 files covered. (50.43%)

6642 of 113561 relevant lines covered (5.85%)

652.2 hits per line

Uncovered Changes

Lines Coverage ∆ File
56
45.63
core/compiler/dispatch.go
1
65.93
0.0% core/vm/ops_arith.go
Jobs
ID Job ID Ran Files Coverage
1 25324078757.1 04 May 2026 02:16PM UTC 391
5.85
GitHub Action Run
Source Files on build 25324078757
  • Tree
  • List 391
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25324078757
  • f364dff2 on github
  • Prev Build on master (#25323398578)
  • Next Build on master (#25324667258)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc