Skip to content

Tags: KaiCorp/tolerant-php-parser

Tags

v0.0.15

Toggle v0.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#260 from TysonAndre/fix-trait-use-notice

Fix a PHP notice generating a scoped property access expression

v0.0.14

Toggle v0.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#259 from TysonAndre/fix-typo

Fix typos

v0.0.13

Toggle v0.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#253 from TysonAndre/fix-inline-html-edge…

…-case

Fix parsing of edge case involving inline HTML

v0.0.12

Toggle v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#245 from TysonAndre/fix-short-echo

Fixes microsoft#220 : Properly parse expression lists passed to `<?=`

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#243 from TysonAndre/fix-trait-list

Fixes microsoft#190: `insteadof` should be able to accept a name list

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#228 from TysonAndre/fix-unary-lhs-binary

For microsoft#19: Fix an edge case parsing `=` and `instanceof`

v0.0.9

Toggle v0.0.9's commit message
Add license to FilePositionMapTest.php

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#210 from MaartenStaa/fix-new-static-and-…

…instanceof-static

Fix microsoft#194 - oddities around the static keyword.

v0.0.7

Toggle v0.0.7's commit message
Fix microsoft#202 - suppress warnings from token_get_all -

It can produce lots of unnecessary warnings when parsing invalid php syntax

v0.0.6

Toggle v0.0.6's commit message
Merge pull request microsoft#200 from TysonAndre/fix-phpdoc

Fix resolution of phpdoc for BreakOrContinueStatement