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

nikic / PHP-Parser
93%

Build:
DEFAULT BRANCH: master
Repo Added 13 Feb 2016 10:31PM UTC
Files 271
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/prefix-op-chain-printing
  • 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
  • perf-escape
  • phpdoc
  • prevent-param-void-type
  • promoted-param
  • reject-multi-hooked-property
  • remove-assert-get-args
  • remove-key
  • remove-useless-cast-doc
  • res
  • 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
  • v5.9.0
  • variadic-no-trailing-comma
  • weak

14 Sep 2026 06:33PM UTC coverage: 92.885%. Remained the same
34881500592

push

github

web-flow
Cheap check first in `dereferenceLhsRequiresParens()` (#1160)

Do simple bool comparison before going the more expensive route via
another method call.

2 of 2 new or added lines in 1 file covered. (100.0%)

7754 of 8348 relevant lines covered (92.88%)

232.23 hits per line

Relevant lines Covered
Build:
Build:
8348 RELEVANT LINES 7754 COVERED LINES
232.23 HITS PER LINE
Source Files on master
  • Tree
  • List 271
  • 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
34881500592 master Cheap check first in `dereferenceLhsRequiresParens()` (#1160) Do simple bool comparison before going the more expensive route via another method call. push 14 Sep 2026 06:33PM UTC web-flow github
92.88
34775943711 master Release PHP-Parser 5.9.0 push 13 Sep 2026 06:52PM UTC nikic github
92.88
33977341968 master Implement support for partial function application Closes #1158. push 05 Sep 2026 04:16PM UTC web-flow github
92.88
32744461451 master Merge f69d2a321 into 1aa08bf07 Pull #1159 24 Aug 2026 03:23PM UTC web-flow github
92.88
32743864248 master Merge 79fb363b9 into 1aa08bf07 Pull #1159 24 Aug 2026 03:17PM UTC web-flow github
92.88
32659888631 master Use iteration over recursion in `PrettyPrinterAbstract:: newOperandRequiresParens()` push 23 Aug 2026 07:01PM UTC nikic github
92.7
32631669324 master Suppress warning on hexdec/bindec/octdec overflow For the Float literal cases this is expected -- the result here not only can be a float, but must be a float. For the \u escape sequence we don't expect floats, but handle them correctly. We coul... push 23 Aug 2026 09:41AM UTC nikic github
92.69
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
See All Builds (1658)
  • 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