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

nikic / PHP-Parser / 6398354185

Builds Branch Commit Type Ran Committer Via Coverage
6398354185 4.x Don't drop class statements before error (#952) When encountering a null statement (indicating that an error occurred), retain the preceding statements. These were accidentally dropped previously. push 03 Oct 2023 09:00PM UTC web-flow github
94.68
6397827971 patch1 Merge 2c9b452ec into a6303e50c Pull #952 03 Oct 2023 08:39PM UTC web-flow github
94.68
6343579578 master Use visitor to assign comments This fixes the long-standing issue where a comment would get assigned to all nodes with the same starting position, instead of only the outer-most one. Fixes #253. push 28 Sep 2023 07:49PM UTC nikic github
97.43
6316834756 master Avoid by-reference iteration in NodeTraverser No need to create reference wrappers around every element in the array. push 26 Sep 2023 06:27PM UTC nikic github
97.47
6302265808 master Remove Stmt\Throw This was a backwards-compatibility shim for Expr\Throw. push 25 Sep 2023 04:38PM UTC nikic github
97.47
6291922422 master Introduce Stmt\Block Stmt\Block will be created for { $a; } style blocks, unless these occur directly inside some structure that is usually combined with a block. For example if ($a) { $b; } will continue to use the old representation (plain arr... push 24 Sep 2023 07:14PM UTC nikic github
97.47
6289627577 master Add rawValue to InterpolatedStringPart and doc strings For doc strings, the rawValue (on either the String_ or InterpolatedStringPrts) does not include the leading indentation (which is available as docIndentation) or the trailing newline on the ... push 24 Sep 2023 10:57AM UTC nikic github
97.49
6285636295 master Add support for dumping additional attributes push 23 Sep 2023 07:37PM UTC nikic github
97.49
6285402408 master Assemble NodeDumper result in property Append to a property instead of returning strings. This is significantly faster when dumping large ASTs. This also fixes an inconsistency where the indentation level for strings and comments was off-by-one. push 23 Sep 2023 06:41PM UTC nikic github
97.46
6284854733 master Pass --dry-run to php-cs-fixer Apparently it only returns the correct exit code with the --dry-run option. push 23 Sep 2023 04:40PM UTC nikic github
97.43
6284581706 master Don't parse unicode escapes for PHP < 7.0 We still had the option for this but were hardcoding it to true. Make it conditional on the PHP version instead. push 23 Sep 2023 03:37PM UTC nikic github
97.43
6227004965 master Add missing phpdoc annotations in AST nodes (#946) push 18 Sep 2023 07:17PM UTC web-flow github
97.43
6225217864 add-missing-type-annotations Merge 78c07af97 into 8b9488e1e Pull #946 18 Sep 2023 07:14PM UTC web-flow github
97.43
6224479656 add-missing-type-annotations Merge b0c4bc6dc into 8b9488e1e Pull #946 18 Sep 2023 03:56PM UTC web-flow github
97.43
6215252040 master Explicit test new ParserFactory methods push 17 Sep 2023 06:43PM UTC nikic github
97.43
  • ← Previous
  • 1
  • 2
  • …
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • …
  • 106
  • 107
  • Next →
  • Back to Repo
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

© 2025 Coveralls, Inc