History log of /PHP-Parser/ (Results 601 – 625 of 1692)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f6fc248c20-Jul-2018 ProgMiner

Add TraitUseAdaptation and factory for it

84dcd17920-Jul-2018 ProgMiner

Add TraitUse builder and useTrait builder factory

3e02eb7122-Jul-2018 Nikita Popov

Fix updateTests.php

2f67429e21-Jul-2018 Nikita Popov

Add check for leading backslash in Name ctor

Fixes #523.

0cd7207c20-Jul-2018 Nikita Popov

Add tests for var() and propertyFetch()

6751ac3c20-Jul-2018 Eridan Domoratskiy

Add Variable and PropertyFetch node constructors

5aeb884a20-Jul-2018 Eridan Domoratskiy

Mention makeReturnByRef() in AST_builders.markdown (#519)

b855c1ca20-Jul-2018 Nikita Popov

Add some tests for new use builders

53c732a919-Jul-2018 Eridan Domoratskiy

Add useFunction() and useConst() builder methods

bd088dc915-Jul-2018 Nikita Popov

Release PHP-Parser 4.0.3

8b1c9c0407-Jul-2018 Nikita Popov

Store comment at end of class in Nop statement

Fixed #509.

df64d86c06-Jul-2018 openex27

Check for empty $append in safeAppend()

Can happen with Nop statements.

aac539ef07-Jul-2018 Nikita Popov

Adjust test output

Whoops, forgot to commit this part.

f967b86707-Jul-2018 Nikita Popov

Improve error recovery in arrays

Similarly to missing semicolons, the error is not indicated in the
AST.

Fixes #512.

6bbdaf6c01-Jul-2018 Gabriel Caruso

Remove flags from phpunit.xml that have default value and colorize (#510)

35b8caf703-Jun-2018 Nikita Popov

Release PHP-Parser 4.0.2

6526ea2403-Jun-2018 Nikita Popov

Throw when printin EncapsedStringPart

This needs to go through something like Encapsed or ShellExec to
determine quotation type. Explicitly throw an exception to avoid
getting an und

Throw when printin EncapsedStringPart

This needs to go through something like Encapsed or ShellExec to
determine quotation type. Explicitly throw an exception to avoid
getting an undefined method error.

show more ...

3ce5e62819-May-2018 David Paz

Fix binary operator doc block comment (#504)

Remove reference to bitwise and in doc block.

ee870e3419-May-2018 Gabriel Caruso

Fixes from PHPStan (#502)

21d2752719-May-2018 Gabriel Caruso

Use dedicated assertNull assertion (#503)

7b201b6313-May-2018 Nikita Popov

Error recovery for functions without body

01e85a2612-May-2018 Nikita Popov

Support recovery for param without variable

We store an Expr\Error for the variable in this case.

e6452e8d05-May-2018 Gabriel Caruso

Fix typo in UPGRADE-4.0 (#498)

9202d87f01-May-2018 Gabriel Caruso

Fix typos in UPGRADE-4.0 (#497)

fa99c3fb28-Apr-2018 Nikita Popov

Recover from foreach without as

1...<<21222324252627282930>>...68