History log of /PHP-Parser/ (Results 1251 – 1275 of 1690)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b7ffdbbb13-Feb-2015 Nikita Popov

Optimize node dumper

For very deeply nested node trees this extra concatenation makes a
huge difference...

8f1eacda13-Feb-2015 Nikita Popov

Increase recommended xdebug.max_nesting_level

Looks like 2000 is not quite enough for some cases...

1366e83331-Jan-2015 Tom Rochette

Move getMethods() to new ClassLike node

Class_, Interface_ and Trait_ extend the ClassLike node, which
provides the getMethods() method.

6930feac18-Jan-2015 Nikita Popov

Add some tests for pretty printing expressions

21ca7eaf18-Jan-2015 Graham Campbell

Fixed branch alias

a867791918-Jan-2015 Nikita Popov

Fix branch alias (maybe?)

ac05ef6f18-Jan-2015 Nikita Popov

Release PHP-Parser 1.1

74251fca17-Jan-2015 Nikita Popov

Update changelog

0a445c7617-Jan-2015 Nikita Popov

Test lexer returning invalid token

a710f32a17-Jan-2015 Nikita Popov

Make Node\Expr\BinOp an abstract class

Only the children should be used ...

9689763e17-Jan-2015 Nikita Popov

Cover both DONT_TRAVERSE_CHILDREN cases

1a63a91511-Jan-2015 Nikita Popov

Merge pull request #163 from rmruano/gitattributes

Create .gitattributes with basic export-ignores


4071c46411-Jan-2015 Nikita Popov

Add NodeTraverser::DONT_TRAVERSE_CHILDREN support

f56db26d11-Jan-2015 Nikita Popov

Doc fixes

0dd2b9a709-Jan-2015 Rubén Moraleda

Create .gitattributes with basic export-ignores

4cd2b95a19-Dec-2014 Nikita Popov

Fix 5.3 build and some small cleanups

7ab8841619-Dec-2014 Nikita Popov

Enforce Name|string for names in builders

While array (with name components) could technically be allowed (as
they are supported by the Name node itself), more likely than not
an arr

Enforce Name|string for names in builders

While array (with name components) could technically be allowed (as
they are supported by the Name node itself), more likely than not
an array would due to incorrect usage of the API (e.g. array instead
of variadics).

show more ...

ba62506319-Dec-2014 Nikita Popov

Support fully-qualified and ns-relative names in builders

b4b93ccb19-Dec-2014 Nikita Popov

Add integration test for builders

01643e0611-Dec-2014 Stepan Anchugov

Add namespace builder

4387454f19-Dec-2014 Nikita Popov

Add trait builder (for completeness...)

55fdbc6d19-Dec-2014 Nikita Popov

Extract common builder methods to abstract classes

Declaration for fns/classes in general and FunctionLike for
functions/methods in particular.

e69c9ee319-Dec-2014 Nikita Popov

Fix attribute assigment test with crlf newlines

894c3f7818-Dec-2014 Nikita Popov

Add test for attribute assignment by parser

Weird that this wasn't tested yet...

a779791818-Dec-2014 Nikita Popov

Update lexer docs for attribute options

1...<<51525354555657585960>>...68