History log of /PHP-Parser/test/code/prettyPrinter/expr/arrow_function.test (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d3d1297c 06-Jun-2022 Nikita Popov

Remove PHP 5 parser


# e03d63cf 25-Apr-2021 Nikita Popov

Fix precedence of arrow functions

Arrow functions should have lowest precedence.

Fixes #769.


Revision tags: v4.3.0, v4.2.5, v4.2.4, v4.2.3, v4.2.2
# f3b19c19 09-May-2019 Tomáš Votruba

[PHP 7.4] Add support for arrow functions (#602)

Per RFC https://wiki.php.net/rfc/arrow_functions_v2.