• 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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 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
  • fixb
  • flag-helper-methods
  • formatPreservingPrint
  • function-named-fn
  • identifiersAsNodes
  • list
  • list-types
  • master
  • 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

08 Jul 2026 01:19PM UTC coverage: 92.681%. Remained the same
28945766465

push

github

web-flow
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_`.

7724 of 8334 relevant lines covered (92.68%)

229.4 hits per line

Relevant lines Covered
Build:
Build:
8334 RELEVANT LINES 7724 COVERED LINES
229.4 HITS PER LINE
Source Files on master
  • Tree
  • List 270
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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
28942671139 security/emulation-and-unicode-conformance Merge 64aa54093 into 044a6a392 Pull #1155 08 Jul 2026 01:18PM UTC web-flow github
92.67
28932565161 fix/typo-defaul-in-pretty-printing-docs Merge d6cd32622 into 044a6a392 Pull #1153 08 Jul 2026 01:17PM UTC web-flow github
92.68
28709363891 v5.8.0 Release PHP-Parser 5.8.0 push 04 Jul 2026 02:32PM UTC nikic 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
28707584390 master Drop support for pipe operator in constant expression evaluator Pipe operators are not actually supported in constant expressions. Additionally, they depend on the environment (via available functions etc), so even if they were supported in const... push 04 Jul 2026 01:23PM UTC nikic github
92.68
28582377489 master Fix PHPStan build on latest release (#1148) push 02 Jul 2026 10:13AM UTC web-flow github
92.68
28582360150 master Add missing label characters in PrettyPrinterAbstract::$labelCharMap (#1150) The underscore was missing from the list. The fix borrows the existing regular expression in `NullsafeTokenEmulator`. As a side-effect, the only use of the ext/ctype ex... push 02 Jul 2026 10:12AM UTC web-flow github
92.68
See All Builds (1635)
  • Repo on GitHub
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