History log of /php-src/Zend/zend_language_parser.y (Results 301 – 325 of 639)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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).

# f3c1881f 06-May-2014 Bob Weinand

Re-added fix for bug #66015 and adapted for phpng branch

Revision tags: php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE

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