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

nikic / PHP-Parser
93%

Build:
DEFAULT BRANCH: master
Repo Added 13 Feb 2016 10:31PM UTC
Files 270
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 2.x
  • 3.x
  • 4.x
  • add-get-visitors-for-node
  • attributes
  • attributes-on-constants
  • br-alias
  • br-alias-5x
  • calebdw/push-tqntykytzkvo
  • clone-all-syntax
  • clone-function
  • deprecate-double-cast
  • do-not-try-to-re-clone
  • errorHandler
  • feature/cast_kinds
  • final_param
  • fix-name-context
  • fix-pretty-print-label-map
  • fix/typo-defaul-in-pretty-printing-docs
  • fix_PrettyPrinterAbstract
  • fixb
  • flag-helper-methods
  • formatPreservingPrint
  • function-named-fn
  • identifiersAsNodes
  • iter
  • list
  • list-types
  • nameString
  • orest/print-custom-raw-value
  • patch-1
  • phpdoc
  • prevent-param-void-type
  • promoted-param
  • reject-multi-hooked-property
  • remove-assert-get-args
  • remove-key
  • remove-useless-cast-doc
  • security/emulation-and-unicode-conformance
  • simple
  • tv-add-stmts-iterable
  • tv-array-types
  • tv-trailing-variadic
  • union-types
  • use-colon-instead-of-semicolon-for-case-statements
  • use-deprecated
  • v2.0.1
  • v2.1.0
  • v2.1.1
  • v3.0.0
  • v3.0.0alpha1
  • v3.0.0beta1
  • v3.0.0beta2
  • v3.0.1
  • v3.0.2
  • v3.0.3
  • v3.0.4
  • v3.0.5
  • v3.0.6
  • v3.1.0
  • v3.1.1
  • v3.1.2
  • v3.1.3
  • v3.1.4
  • v3.1.5
  • v4.0.0
  • v4.0.0alpha1
  • v4.0.0alpha2
  • v4.0.0alpha3
  • v4.0.0beta1
  • v4.0.1
  • v4.0.2
  • v4.0.3
  • v4.0.4
  • v4.1.0
  • v4.1.1
  • v4.10.4
  • v4.10.5
  • v4.11.0
  • v4.12.0
  • v4.13.1
  • v4.13.2
  • v4.14.0
  • v4.15.0
  • v4.15.1
  • v4.15.2
  • v4.15.3
  • v4.15.4
  • v4.15.5
  • v4.16.0
  • v4.17.0
  • v4.17.1
  • v4.18.0
  • v4.19.0
  • v4.19.1
  • v4.19.2
  • v4.19.3
  • v4.19.4
  • v4.19.5
  • v4.2.0
  • v4.2.1
  • v4.2.2
  • v4.2.3
  • v4.2.4
  • v4.2.5
  • v4.3.0
  • v4.4.0
  • v4.5.0
  • v4.6.0
  • v4.7.0
  • v4.8.0
  • v5.0.0
  • v5.0.0alpha1
  • v5.0.0alpha2
  • v5.0.0alpha3
  • v5.0.0beta1
  • v5.0.0rc1
  • v5.0.1
  • v5.0.2
  • v5.2.0
  • v5.3.0
  • v5.3.1
  • v5.4.0
  • v5.5.0
  • v5.6.0
  • v5.6.1
  • v5.6.2
  • v5.7.0
  • v5.8.0
  • variadic-no-trailing-comma
  • weak

19 Jul 2026 04:29AM UTC coverage: 92.882% (+0.2%) from 92.694%
29673391156

Pull #1159

github

web-flow
Merge 31754522a into fbd47f7eb
Pull Request #1159: Implement support for partial function application

36 of 36 new or added lines in 5 files covered. (100.0%)

7751 of 8345 relevant lines covered (92.88%)

232.31 hits per line

Relevant lines Covered
Build:
Build:
8345 RELEVANT LINES 7751 COVERED LINES
232.31 HITS PER LINE
Source Files on master
  • Tree
  • List 271
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29673391156 master Merge 31754522a into fbd47f7eb Pull #1159 19 Jul 2026 04:29AM UTC web-flow github
92.88
29644100157 master Merge 9fb848c3b into fbd47f7eb Pull #1159 18 Jul 2026 12:19PM UTC web-flow github
92.88
29634090209 master Merge f42b0e5cc into fbd47f7eb Pull #1159 18 Jul 2026 06:30AM UTC web-flow github
92.88
29159067553 master Fix attribute insertion on enum cases in formatting-preserving printer push 11 Jul 2026 04:03PM UTC nikic github
92.69
29112504857 master Anchor the void cast emulator's interior whitespace check VoidCastEmulator::emulate() gated the interior whitespace of a (void) cast with an unanchored /[ \t]+/, matching runs that also contain a newline. The engine forbids newlines inside a cast... push 10 Jul 2026 05:52PM UTC nikic github
92.69
29108499304 master Fix attribute insertion on enums in formatting-preserving printer (#1156) Currently, the code is formatted to: ``` <?php #[X] enum E { #[X] case A; case B; case C; } push 10 Jul 2026 04:45PM UTC web-flow github
92.68
28945766465 master Fix typo in Pretty_printing docs: "defaul" -> "default" (#1153) Small documentation typo fix in `doc/component/Pretty_printing.markdown`. Line 46 reads `(defaul)` instead of `(default)` in the description of the `kind` attribute for `Expr\Exit_`. push 08 Jul 2026 01:19PM UTC web-flow github
92.68
28709325622 master Release PHP-Parser 5.8.0 push 04 Jul 2026 02:31PM UTC nikic github
92.68
28708466137 master Try to fix tests on older versions push 04 Jul 2026 01:58PM UTC nikic github
92.68
28707713453 master Integration test against PHP 8.5 push 04 Jul 2026 01:29PM UTC nikic github
92.68
See All Builds (1646)
  • Repo on GitHub
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