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


Revision tags: php-5.5.12, php-5.4.28
# 4912bec5 22-Apr-2014 Nikita Popov

Fix zts


# 3d3a55cb 22-Apr-2014 Nikita Popov

Pass expected array size hint in INIT_ARRAY

To avoid unnecessary rehashes


Revision tags: php-5.4.28RC1, php-5.5.12RC1
# ee2a7c7d 11-Apr-2014 Bob Weinand

Fixed disallowal of array usage in constants at run-time
Added at the same time the possibility of array dereferencing
to complete the set of features (useful application of arrays in constan

Fixed disallowal of array usage in constants at run-time
Added at the same time the possibility of array dereferencing
to complete the set of features (useful application of arrays in constants)

show more ...


12345678910>>...23