History log of /PHP-Parser/ (Results 1326 – 1350 of 1690)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2e195d7c21-Apr-2014 nikic

Make sure that pretty printer preserves whitespace after <?php

947a897220-Apr-2014 nikic

Make names in the parser more descriptive

And improve the code a tad bit in general.

I left YY2TBLSTATES and YYNLSTATES around, because I don't fully
understand their role in th

Make names in the parser more descriptive

And improve the code a tad bit in general.

I left YY2TBLSTATES and YYNLSTATES around, because I don't fully
understand their role in the action double indexing.

show more ...

1edbc89719-Apr-2014 nikic

Use normal properties instead of static ones

0faa844a19-Apr-2014 nikic

Separate parser code from generated data

3db3ad7d19-Apr-2014 nikic

Add experimental php-parse script

Script supporting dumping, pretty printing, serializing and resolving
names. Intended to help exploring and debugging the node tree.

4743e9b019-Apr-2014 nikic

Update constant scalar expression support

8499696019-Apr-2014 nikic

Add note about prettyPrintFile() to docs

e4e5651119-Apr-2014 nikic

Merge branch '0.9'


5960ecfc19-Apr-2014 nikic

Disable xdebug.scream while lexing

c341ab2e02-Apr-2014 Nikita Popov

Make autoloader for new names PSR-0 compliant


lib/PhpParser/Autoloader.php
lib/PhpParser/Builder/Class_.php
lib/PhpParser/Builder/Function_.php
lib/PhpParser/Builder/Interface_.php
lib/PhpParser/Node/Const_.php
lib/PhpParser/Node/Expr/Array_.php
lib/PhpParser/Node/Expr/Cast/Array_.php
lib/PhpParser/Node/Expr/Cast/Unset_.php
lib/PhpParser/Node/Expr/Clone_.php
lib/PhpParser/Node/Expr/Empty_.php
lib/PhpParser/Node/Expr/Eval_.php
lib/PhpParser/Node/Expr/Exit_.php
lib/PhpParser/Node/Expr/Include_.php
lib/PhpParser/Node/Expr/Instanceof_.php
lib/PhpParser/Node/Expr/Isset_.php
lib/PhpParser/Node/Expr/List_.php
lib/PhpParser/Node/Expr/New_.php
lib/PhpParser/Node/Expr/Print_.php
lib/PhpParser/Node/Expr/Yield_.php
lib/PhpParser/Node/Scalar/MagicConst/Class_.php
lib/PhpParser/Node/Scalar/MagicConst/Function_.php
lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
lib/PhpParser/Node/Stmt/Break_.php
lib/PhpParser/Node/Stmt/Case_.php
lib/PhpParser/Node/Stmt/Catch_.php
lib/PhpParser/Node/Stmt/Class_.php
lib/PhpParser/Node/Stmt/Const_.php
lib/PhpParser/Node/Stmt/Continue_.php
lib/PhpParser/Node/Stmt/Declare_.php
lib/PhpParser/Node/Stmt/Do_.php
lib/PhpParser/Node/Stmt/Echo_.php
lib/PhpParser/Node/Stmt/ElseIf_.php
lib/PhpParser/Node/Stmt/Else_.php
lib/PhpParser/Node/Stmt/For_.php
lib/PhpParser/Node/Stmt/Foreach_.php
lib/PhpParser/Node/Stmt/Function_.php
lib/PhpParser/Node/Stmt/Global_.php
lib/PhpParser/Node/Stmt/Goto_.php
lib/PhpParser/Node/Stmt/If_.php
lib/PhpParser/Node/Stmt/Interface_.php
lib/PhpParser/Node/Stmt/Namespace_.php
lib/PhpParser/Node/Stmt/Return_.php
lib/PhpParser/Node/Stmt/Static_.php
lib/PhpParser/Node/Stmt/Switch_.php
lib/PhpParser/Node/Stmt/Throw_.php
lib/PhpParser/Node/Stmt/Trait_.php
lib/PhpParser/Node/Stmt/Unset_.php
lib/PhpParser/Node/Stmt/Use_.php
lib/PhpParser/Node/Stmt/While_.php
c62ffedf27-Mar-2014 nikic

Require file only if file exists

Allows usage of class_exists() on undefined classes.

Revision tags: v1.0.0beta1
a6d46c1727-Mar-2014 nikic

Release PHP-Parser 1.0.0 Beta 1

fa96086a27-Mar-2014 nikic

Update changelog

4c06b09127-Mar-2014 nikic

Merge branch '0.9'

Conflicts:
lib/PhpParser/Template.php
lib/PhpParser/TemplateLoader.php


8429157a27-Mar-2014 nikic

Deprecate templating functionality

Other projects cover this a lot better.

2605b83112-Feb-2014 Martin Hasoň

Added support for autoload $prepend

91f6880727-Mar-2014 nikic

Improve pretty printing of empty statement lists

The pStmts() method now also includes the leading \n, however only
if the statement list is non-empty.

b333218426-Mar-2014 nikic

Minor cleanups to emulative lexer

Be consistent about version numbers. We'll only emulate until
beta1 of a release, as that's the feature freeze release.

1cb6e14026-Mar-2014 nikic

Fix ** emulation wrt comments

a5e0bbcb26-Mar-2014 nikic

Support use function/const in name resolver

3b7829b026-Mar-2014 nikic

Add support for function and constant import (PHP 5.6)

bea89a0b26-Mar-2014 nikic

Add support for constant scalar expressions (PHP 5.6)

cda6f57526-Mar-2014 nikic

Add support for pow operator (PHP 5.6)

b5bcfa1126-Mar-2014 nikic

Add support for argument unpacking (PHP 5.6)

96f1151a26-Mar-2014 nikic

Add support for variadic parameters (PHP 5.6)

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