History log of /PHP-7.4/Zend/zend_language_parser.y (Results 201 – 225 of 553)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-5.6.0beta4
# f4a11b66 31-May-2014 Nikita Popov

Merge and rename to member_name


# 8d7f5a40 31-May-2014 Nikita Popov

Remove duplication


# 5c2120b6 31-May-2014 Nikita Popov

Forbid writing to temporary expressions


12345678910>>...23