History log of /PHP-8.2/Zend/zend_language_parser.y (Results 251 – 275 of 627)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 42159699 10-Jul-2014 Nikita Popov

Port if (partial)

# 3be63fca 10-Jul-2014 Nikita Popov

Port for

# 80c44ad5 10-Jul-2014 Nikita Popov

Support creating of ast nodes with >3 children

# 1738ee7e 10-Jul-2014 Nikita Popov

Port do/while

# c7656c06 10-Jul-2014 Nikita Popov

Port while

Note: From here on everything is broken

# 68777b72 09-Jul-2014 Nikita Popov

Expr stmts go through ast

# 1de1bc96 09-Jul-2014 Nikita Popov

Make statement asty

# 117714d1 09-Jul-2014 Nikita Popov

Port goto label

# d14b763b 09-Jul-2014 Nikita Popov

Make unticked_statement an ast node (usually NULL)

# fc541418 09-Jul-2014 Nikita Popov

Port goto

# cc8a6fa9 09-Jul-2014 Nikita Popov

Port break/continue

# 5bf0c28f 09-Jul-2014 Nikita Popov

Port throw

Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 28926540 07-Jul-2014 Nikita Popov

Port echo

# 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

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