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


# 64e4c9ef 31-May-2014 Nikita Popov

Support directly calling closure


# fd85f778 31-May-2014 Nikita Popov

Fix previous commit


# 64f80b38 31-May-2014 Nikita Popov

Introduce dereferencable_scalar to simplify future additions


# f48241f7 31-May-2014 Nikita Popov

Generalize static access syntax


# ff475e9e 30-May-2014 Nikita Popov

Allow arrays + object access for new expressions


# 75c0db11 30-May-2014 Nikita Popov

Integrate combined scalar as dereferencable


# 46a2ca83 30-May-2014 Nikita Popov

Generalize expression dereferencing


# 5712f0e9 30-May-2014 Nikita Popov

Minor cleanup


# 87f8e758 30-May-2014 Nikita Popov

Cleanup old grammar rules


# 295d07e3 30-May-2014 Nikita Popov

Reintroduce new expression dereferencing


# 067fca0e 30-May-2014 Nikita Popov

Remove reference_variable indirection


# e89958a6 30-May-2014 Nikita Popov

Make function calls directly callable


# 667f8409 30-May-2014 Nikita Popov

Recursive definition for object proprety fetches


# a8c15950 30-May-2014 Nikita Popov

LTR static member access


# b8b3b355 30-May-2014 Nikita Popov

Use recursion for property fetches


# 46e35e3d 30-May-2014 Nikita Popov

Get rid of base_variable_with_function_calls


# e2be2cee 30-May-2014 Nikita Popov

Temporarily disable complex variables in new expressions


# 95a3a126 30-May-2014 Nikita Popov

Change precedence of $ operator

$$foo['bar'] is now interpreted as ${$foo}['bar'] rather than
${$foo['bar']}.


Revision tags: php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# 0c6a6f0f 07-May-2014 Dmitry Stogov

Re-applyed Bob's patch with minor fixes


# 4ecc5279 06-May-2014 Dmitry Stogov

Reverted Bob's patch (it breaks many tests when run with opcache and needs to be fixed first).


12345678910>>...22