History log of /PHP-Parser/lib/PhpParser/NodeVisitor/NameResolver.php (Results 51 – 57 of 57)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v1.2.1
# dce19b07 23-Mar-2015 Nikita Popov

Strict type compliance

Were this library to be fully annotated with scalar types and
return types where possible and were strict types to be enabled
for all files, the test suite wou

Strict type compliance

Were this library to be fully annotated with scalar types and
return types where possible and were strict types to be enabled
for all files, the test suite would now pass.

show more ...


Revision tags: v1.2.0
# 3ad0d4b3 12-Mar-2015 Nikita Popov

Add support for return type declarations [PHP 7]

This adds an additional "returnType" subnode to Stmt\Function_,
Stmt\ClassMethod and Expr\Closure, as well as the corresponding
suppo

Add support for return type declarations [PHP 7]

This adds an additional "returnType" subnode to Stmt\Function_,
Stmt\ClassMethod and Expr\Closure, as well as the corresponding
support in the name resolver and pretty printer.

show more ...


Revision tags: v1.1.0, v1.0.2
# 6fad8ff3 03-Nov-2014 Arne Blankerts

Make NameResolver resolve trait alias and precedence names


Revision tags: v1.0.1, v1.0.0, v1.0.0beta2
# 6d0589d1 11-Aug-2014 nikic

Ensure that special class names are unqualified

Replicates the PHP error message


# c0340053 11-Aug-2014 Elliot Levin

Fix case sensitivity for special class names


Revision tags: v0.9.5, v1.0.0beta1
# a5e0bbcb 26-Mar-2014 nikic

Support use function/const in name resolver


# f82862ec 06-Feb-2014 nikic

Port library to use namespaces, with BC for old names


123