History log of /PHP-8.0/Zend/zend_language_parser.y (Results 226 – 250 of 589)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 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


12345678910>>...24