History log of /php-src/Zend/zend_language_parser.y (Results 276 – 300 of 639)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 36c3cf31 07-Jul-2014 Nikita Popov

Port return statement

# 17c2d16d 04-Jul-2014 Nikita Popov

Refactor class name resolution as well

# fdc31884 04-Jul-2014 Nikita Popov

Shared name production for const / fn name

Revision tags: php-5.6.0RC2
# fb98dd31 28-Jun-2014 Nikita Popov

Some refactoring of fn/const resolution

# e1981325 28-Jun-2014 Nikita Popov

Drop addition of weird \ prefix for FQ consts

Also fixes a resolution bug

# 111ad71d 28-Jun-2014 Nikita Popov

Rename ZEND_CONST to ZEND_AST_ZVAL

# 0e44f4c5 26-Jun-2014 Nikita Popov

Remove obseleted grammar productions

# dd60c8e0 26-Jun-2014 Nikita Popov

Reuse expr for static_scalar

# dd60b9bb 26-Jun-2014 Nikita Popov

Handle ::class in const expr via ast as well

# 080e8bff 26-Jun-2014 Nikita Popov

Compile const refs to CONST

# b83c7041 26-Jun-2014 Nikita Popov

Compile class const refs to CONST zval

# 9c169d5a 26-Jun-2014 Nikita Popov

Remove static_scalar_base

# 31687ed5 26-Jun-2014 Nikita Popov

Handle trait __CLASS__ in parser

# 7f01b6fc 26-Jun-2014 Nikita Popov

Bring static scalar arrays in line

# 02379547 26-Jun-2014 Nikita Popov

Bring static scalar AST more in line with normal AST

# 1b84b87e 26-Jun-2014 Nikita Popov

Const eval unary pm (as previously)

Revision tags: php-5.4.30, php-5.5.14
# 508d146c 21-Jun-2014 Nikita Popov

Move T_STRING_VARNAME handling

# 90d36554 21-Jun-2014 Nikita Popov

Support string interpolation

# b6789b1d 21-Jun-2014 Nikita Popov

zend_ast_dynamic_ast returns new node

# 657762ee 19-Jun-2014 Nikita Popov

AST stage 2.4

Revision tags: php-5.6.0RC1
# 232a9226 18-Jun-2014 Nikita Popov

Support yield without parens

for now => is lowest-prec right-assoc

# 0ec49bba 14-Jun-2014 Nikita Popov

AST stage 1.9

Expressions (mostly) use the AST

Revision tags: php-5.5.14RC1, php-5.4.30RC1
# 258a733e 07-Jun-2014 Nikita Popov

AST-based compiler: Stage 1

# c8aa51f8 06-Jun-2014 Nikita Popov

Accept static member fetch in new variable (BC)

# e4e42df4 04-Jun-2014 Nikita Popov

Allow only simple variables with global keyword

1...<<11121314151617181920>>...26