PHP becomes a complex language with each update. For what reason?
Its application is still limited to the web, mostly.
replies(4):
The new array_first() and array_last() functions are nice, everything else is either reimplantation of existing features or "features"which will make maintainability more difficult. The pipe operator is one such example. I don't need it - these nested methods are not really an issue in any codebase I've seen. The new syntax only works for unary functions, so higher arity functions must be wrapped in an arrow function. It's a mess and more bug prone than just nesting the functions.
What is your background? I've been working mostly with PHP and Python for about 25 years. Do you come from e.g. Java?