History log of /PHP-Parser/ (Results 651 – 675 of 1690)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: v4.0.0beta1
c18bb27727-Jan-2018 Nikita Popov

Release PHP-Parser 4.0 Beta 1

dd0adcc927-Jan-2018 Nikita Popov

Move code gen docs to components and improve

Mention non-fluent helper methods.

e4505de327-Jan-2018 Nikita Popov

Move FAQ into component documentation

a513ccab27-Jan-2018 Nikita Popov

Improve constant evaluation and add docs

Split into evaluateDirectly() and evaluateSilently(), to be able
to treat errors more gracefully. Add documentation for constant
evaluation.

d817818b27-Jan-2018 Nikita Popov

Move TokenStream into Internal namespace

6a273c9f25-Jan-2018 Nikita Popov

Remove Autoloader class

c2d3ecad25-Jan-2018 Nikita Popov

Merge branch '3.x'

Conflicts:
CHANGELOG.md


Revision tags: v3.1.4
e57b3a0925-Jan-2018 Nikita Popov

Release PHP-Parser 3.1.4

1cdb280a25-Jan-2018 Nikita Popov

Merge branch '3.x'


d01fafcb25-Jan-2018 Nikita Popov

Handle +(++$x) and -(--$x) as well

67df02c831-Dec-2017 Miguel Piedrafita

Update license year

b85b6b3525-Jan-2018 Nikita Popov

Merge branch '3.x'

Conflicts:
lib/PhpParser/PrettyPrinter/Standard.php


94c715d925-Jan-2018 Nikita Popov

Fix pretty printing of -(-$x) and +(+$x)

Fixes #459.

4dacbb8d25-Jan-2018 Nikita Popov

FPPP: Fix indentation on list insertion

Use indentation of last list element, instead of indentation
before the insertion point.

Fixes #466.

aa685e7114-Jan-2018 Gabriel Caruso

Bump to PHP 7.2 in documentation

edafeb8510-Jan-2018 Gabriel Caruso

[CS] Order uses A -> Z

68d07c4610-Jan-2018 Gabriel Caruso

[CS] New line in the end of file


lib/PhpParser/Builder.php
lib/PhpParser/Builder/Class_.php
lib/PhpParser/Builder/Declaration.php
lib/PhpParser/Builder/Interface_.php
lib/PhpParser/Builder/Property.php
lib/PhpParser/Comment.php
lib/PhpParser/Comment/Doc.php
lib/PhpParser/ConstExprEvaluationException.php
lib/PhpParser/ConstExprEvaluator.php
lib/PhpParser/ErrorHandler.php
lib/PhpParser/ErrorHandler/Collecting.php
lib/PhpParser/ErrorHandler/Throwing.php
lib/PhpParser/Internal/DiffElem.php
lib/PhpParser/JsonDecoder.php
lib/PhpParser/Lexer/Emulative.php
lib/PhpParser/NameContext.php
lib/PhpParser/Node/Expr.php
lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
lib/PhpParser/Node/Expr/AssignOp/Concat.php
lib/PhpParser/Node/Expr/AssignOp/Div.php
lib/PhpParser/Node/Expr/AssignOp/Minus.php
lib/PhpParser/Node/Expr/AssignOp/Mod.php
lib/PhpParser/Node/Expr/AssignOp/Mul.php
lib/PhpParser/Node/Expr/AssignOp/Plus.php
lib/PhpParser/Node/Expr/AssignOp/Pow.php
lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
lib/PhpParser/Node/Expr/BinaryOp/Concat.php
lib/PhpParser/Node/Expr/BinaryOp/Div.php
lib/PhpParser/Node/Expr/BinaryOp/Equal.php
lib/PhpParser/Node/Expr/BinaryOp/Greater.php
lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php
lib/PhpParser/Node/Expr/BinaryOp/Identical.php
lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php
lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php
lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php
lib/PhpParser/Node/Expr/BinaryOp/Minus.php
lib/PhpParser/Node/Expr/BinaryOp/Mod.php
lib/PhpParser/Node/Expr/BinaryOp/Mul.php
lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php
lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php
lib/PhpParser/Node/Expr/BinaryOp/Plus.php
lib/PhpParser/Node/Expr/BinaryOp/Pow.php
lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php
lib/PhpParser/Node/Expr/BinaryOp/Smaller.php
lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php
lib/PhpParser/Node/Expr/Cast/Array_.php
lib/PhpParser/Node/Expr/Cast/Unset_.php
lib/PhpParser/Node/Name/FullyQualified.php
lib/PhpParser/Node/Name/Relative.php
lib/PhpParser/Node/Scalar.php
lib/PhpParser/Node/Scalar/MagicConst/Class_.php
lib/PhpParser/Node/Scalar/MagicConst/Dir.php
lib/PhpParser/Node/Scalar/MagicConst/File.php
lib/PhpParser/Node/Scalar/MagicConst/Function_.php
lib/PhpParser/Node/Scalar/MagicConst/Line.php
lib/PhpParser/Node/Scalar/MagicConst/Method.php
lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
lib/PhpParser/Node/Stmt.php
lib/PhpParser/NodeFinder.php
lib/PhpParser/NodeVisitor.php
lib/PhpParser/NodeVisitor/CloningVisitor.php
lib/PhpParser/NodeVisitor/FindingVisitor.php
lib/PhpParser/NodeVisitor/FirstFindingVisitor.php
lib/PhpParser/TokenStream.php
test/PhpParser/CodeTestParser.php
test/PhpParser/ConstExprEvaluatorTest.php
test/PhpParser/Internal/DifferTest.php
test/PhpParser/JsonDecoderTest.php
test/PhpParser/NameContextTest.php
test/PhpParser/Node/IdentifierTest.php
test/bootstrap.php
test/updateTests.php
8fae99aa10-Jan-2018 Gabriel Caruso

[CS] Remove spaces

c7ada12413-Jan-2018 Nikita Popov

[CS] Use ::class notation instead of string

Conflicts:
test/PhpParser/ParserFactoryTest.php
test/PhpParser/ParserTest.php

f6617e6d10-Jan-2018 Gabriel Caruso

[CS] Space after ternary operator

2499534710-Jan-2018 Gabriel Caruso

[CS] Whitespace before return type

e0a2043010-Jan-2018 Gabriel Caruso

[CS] Space before casting

e6e52aba10-Jan-2018 Gabriel Caruso

[CS] Trim whitespaces

7f72c84110-Jan-2018 Gabriel Caruso

[CS] Open class brackets in new line

fc8ac71e10-Jan-2018 Gabriel Caruso

[CS] Trim whitespaces inside arrays

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