History log of /PHP-Parser/ (Results 401 – 425 of 1692)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
893a5bce19-Dec-2020 Nikita Popov

Fix #741 incorrect varvar positions

bec74ace08-Dec-2020 Nikita Popov

Remove .travis.yml

7c09e09608-Dec-2020 Nikita Popov

Try to re-enable coveralls

0f64504308-Dec-2020 Nikita Popov

Drop -n flag from test_old

In the hope of fixing the failure on GH actions.

5e36ef7308-Dec-2020 Matt Glaman

Add GitHub Actions workflow (#740)

dbe56d2303-Dec-2020 Nikita Popov

Release PHP-Parser 4.10.3

c64986fa03-Dec-2020 Tommy Quissens

Allow both '{' and T_CURLY_OPEN as curly bracket (#732)

bc7a9bf901-Dec-2020 Stefano Arlandini

Remove useless code left from old implementation

2816485101-Dec-2020 James Titcumb

Updated README to indicate that parsing PHP 8.0 code is supported

1d1bc8a310-Oct-2020 Anders Jürisoo

Upgrade some PrettyPrinter methods to protected

I noticed some methods in the Standard PrettyPrinter is private, can they be upgraded to `protected` to ease when extending it?

d520bc9e30-Sep-2020 Nikita Popov

Don't allow failures on PHP 8.0 integration tests

These are passing now.

51e0b30830-Sep-2020 Nikita Popov

Test against 8.0.0rc1

This should fix the remaining test failures.

eff72eef30-Sep-2020 Nikita Popov

Fix #718: PrettyPrinter breaks nested ternaries

Mark ternary as non-associative operator, as left-associative use
is deprecated in PHP 7.4 and removed in PHP 8.0.

658f1be326-Sep-2020 Nikita Popov

Release PHP-Parser 4.10.2

b9b65a2926-Sep-2020 Nikita Popov

Fix check for token emulation conflicts

1b479e7523-Sep-2020 Nikita Popov

Release PHP-Parser 4.10.1

b5351f8823-Sep-2020 Nikita Popov

Make keyword emulation check case-insensitive

88be612722-Sep-2020 Nikita Popov

FPPP: Fix remove + add at start of list

8a97fa1519-Sep-2020 Nikita Popov

Recover from missing semicolon after property or class const

Fixes #712.

1c13d05019-Sep-2020 Nikita Popov

Release PHP-Parser 4.10.0

c7dc3ce519-Sep-2020 Nikita Popov

Add basic FPPP support for attributes

9f6ad68619-Sep-2020 Nikita Popov

Adjust skip list for moved test

The two remaining test_old failures are due to a bug on the PHP
side.

1899471f19-Sep-2020 Nikita Popov

Update test for PHP 8 error behavior

Replace division by zero with a different error condition that
still warns, and adjust the expected message based on PHP version.

8505acd119-Sep-2020 Nikita Popov

Correctly handle ?-> in encapsed strings

Followup upstream change.

c3e20d9919-Sep-2020 Nikita Popov

Use 8.0.0beta4 to tests against

1...<<11121314151617181920>>...68