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

Add BuilderFactors->args(Add BuilderFactors->args())

7f6477ed28-Apr-2017 Nikita Popov

Combine class/non-class name resolution into single method

56b810e928-Apr-2017 Nikita Popov

Add getShortName() API

PHP's name resolution rules are f'ing complicated.

6168abd927-Apr-2017 Nikita Popov

Extract name resolution logic into NameContext

All the generic name resolution logic is now available as a separate
class with a public API.

888b9dcf27-Apr-2017 Nikita Popov

Drop misspellt class constant

e1ab922727-Apr-2017 Nikita Popov

Allow tests without assertions

3c44785e27-Apr-2017 Ekin

Bump phpunit version (#381)

8635365a26-Apr-2017 Nikita Popov

Fix some typing issues

ceaed32e26-Apr-2017 Nikita Popov

Fix typo in method name

fba6139024-Apr-2017 Nikita Popov

Use null-coalesce operator

7bdb55f924-Apr-2017 Nikita Popov

Another try at HHVM

b353016524-Apr-2017 Nikita Popov

Try to enable php7 mode for hhvm on travis

60f1504924-Apr-2017 Nikita Popov

Drop emulative lexer implementation

Nothing to emulate anymore... Revert this commit when something
turns up.

aa75838a24-Apr-2017 Nikita Popov

Bump minimum PHP version to 7.0

5f7070e924-Apr-2017 Nikita Popov

Added BuilderFactory->concat() method

8f40eec124-Apr-2017 Nikita Popov

Add BuilderFactory->val() method

e4f493cd24-Apr-2017 Nikita Popov

Replace func_get_args() with variadics

We're on PHP 5.6 now, so can do this...

7419649e24-Apr-2017 Nikita Popov

Change BuilderAbstract into BuilderHelpers static class

Used as poor man's function namespace here.

6b6c903524-Apr-2017 Nikita Popov

Kill the BuilderAbstract::$flags property

Instead pass and return the flags explicitly.

9dc93aaf22-Apr-2017 Andreev Sergey

Add ClassMethod::isMagic() method

ba85da8819-Apr-2017 Nikita Popov

Merge branch '3.x'


901b895c19-Apr-2017 Nikita Popov

Fix spelling of VISIBILITY_MODIFIER_MASK

55be521f19-Apr-2017 Nikita Popov

Merge branch '3.x'

Conflicts:
lib/PhpParser/Builder/Param.php


c877c1a616-Apr-2017 SignpostMarv

Add Builder\Param::makeVariadic()

bc75ac2909-Apr-2017 Nikita Popov

Merge branch '3.x'


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