History log of /php-src/Zend/zend_language_parser.y (Results 226 – 250 of 639)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# de2f132f 22-Jul-2014 Nikita Popov

Add NS error checks

Those can probably be implemented in a better way now...

# 776800b0 22-Jul-2014 Nikita Popov

Discard NS doc comments

# cc0bef66 22-Jul-2014 Nikita Popov

Fix namespace\, maybe

# 9c69c41a 22-Jul-2014 Nikita Popov

Port top level stmt

Problem: namespace\foo no longer works :/

# 8a2ff6b5 22-Jul-2014 Nikita Popov

Partial NS port (semicolon, no errors)

# b6c9eb21 22-Jul-2014 Nikita Popov

Port constant declaration

# 64151ec3 21-Jul-2014 Nikita Popov

Port function/const use

# 37ac1b96 21-Jul-2014 Nikita Popov

Port use statement

# 18fd2a18 21-Jul-2014 Nikita Popov

Port __TRAIT__ and __CLASS__ to AST

# 00531551 21-Jul-2014 Nikita Popov

Mostly finish class declarations (~50 failing tests)

# b24bda6b 21-Jul-2014 Nikita Popov

Partial port of class declarations

# 461bce52 21-Jul-2014 Nikita Popov

Prepare zend_ast_decl for reuse with classes

# 028c7d20 19-Jul-2014 Nikita Popov

Throw \self etc error

Could only enable this now that everything uses the new format

# e6e88675 19-Jul-2014 Nikita Popov

Fix class name resolution in traits

# 86f1004c 19-Jul-2014 Nikita Popov

Improve class name handling

# 291bcfe4 19-Jul-2014 Nikita Popov

Port trait uses

# fd7387a7 19-Jul-2014 Nikita Popov

Handle class const doc comment

Property doc comments not yet handled

# 222430d9 19-Jul-2014 Nikita Popov

Port class const decl

# 43d6e599 19-Jul-2014 Nikita Popov

Port property declarations

# 547331d2 19-Jul-2014 Nikita Popov

Port methods

The duplicated magic method checks are ugly

# adbddf4e 18-Jul-2014 Nikita Popov

Support static closures

# 405b97e8 18-Jul-2014 Nikita Popov

Handle function doc comments

# cdcf78f7 18-Jul-2014 Nikita Popov

Fix lexer/compiler interdependency

# 359f99fe 18-Jul-2014 Nikita Popov

Use dedicated func_decl ast node

Functions need a bunch of extra info, that becomes inconvenient
to handle using the normal ast structure.

# ae5ba9ab 18-Jul-2014 Nikita Popov

Port closures

12345678910>>...26