History log of /PHP-Parser/ (Results 851 – 875 of 1690)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c3cbf07909-Apr-2017 Nikita Popov

Pretty printer: Preserve comments in arrays and calls

If call arguments or array contains comments, print it in multiline
form, so that comments may be preserved.

e15b6aa308-Apr-2017 Nikita Popov

Fix links

12034b1909-Apr-2017 Maks Rafalko

Use the correct method from NodeVisitor interface (#373)

FAQ's code examples use incorrect method, so this update fixes it

369a078c08-Apr-2017 Nikita Popov

Add FAQ with entries for parent and siblings

deb64ab608-Apr-2017 Nikita Popov

Remove XML serialization from docs

This is no longer available in version 4.

1ec5591525-Mar-2017 Nikita Popov

Tweak node insertion formatting

291bb27f07-Apr-2017 Ben Peachey

Removes unneeded code from JSON encoding example (#372)

b5935a4a17-Mar-2017 Tyson Andre

Fix a typo in NodeDumper for REQUIRE_ONCE (#367)

9d680b2405-Mar-2017 Nikita Popov

Merge branch '3.x'


Revision tags: v3.0.5
2b9e2f7105-Mar-2017 Nikita Popov

Release PHP-Parser 3.0.5

510e0cd205-Mar-2017 Walt Sorensen

Run on Trusty Beta Container (#363)

This uses a more recent HHVM version.

2beb4e7f26-Feb-2017 Nikita Popov

Merge branch '3.x'

Conflicts:
lib/PhpParser/ParserAbstract.php
test/code/parser/errorHandling/recovery.test


d5873b1726-Feb-2017 Nikita Popov

Adjust the end attributes on the stack as well

da97f78e26-Feb-2017 Nikita Popov

Merge branch '3.x'

Conflicts:
lib/PhpParser/ParserAbstract.php
test/code/parser/errorHandling/recovery.test


48ec654d26-Feb-2017 Nikita Popov

Make Expr\Error nodes empty

Resolves issue #359.

f291a19f26-Feb-2017 Nikita Popov

Merge branch '3.x'

Conflicts:
lib/PhpParser/Parser/Php7.php


c12a4c8226-Feb-2017 Nikita Popov

Fix start attribute assignment for Error in ClassConstFetch

86ea6fe826-Feb-2017 Nikita Popov

Remove leftover code

dce34f3726-Feb-2017 Nikita Popov

Merge branch '3.x'


1b59e91826-Feb-2017 Nikita Popov

Perform NullableType resolution earlier

This makes sure function signatures are already fully resolved in
enterNode(). Resolves issue #360.

9cd9c0cd23-Feb-2017 Nikita Popov

Drop XML serialization from php-parse

The class no longer exists, so this broke the script.

9857a54511-Feb-2017 Matthew Brown

Remove unused variables (#357)

54b61ebe10-Feb-2017 Nikita Popov

Merge branch '3.x'


Revision tags: v3.0.4
0bf561df10-Feb-2017 Nikita Popov

Release PHP-Parser 3.0.4

Revision tags: v3.0.3
329e90c202-Feb-2017 Matthew Brown

Improve doc comments

1...<<31323334353637383940>>...68