We all love PHP. It's the first programming language for most of the web developers. Given an opportunity, what would you change in it?
There are quite a lot of things I'd like to see changed actually:
->) for method calls with a dot (.).) with a simple plus sign (+) or perhaps double plus signs (++)public string function getName())Maybe PHP simply isn't meant for me, though I use it on a daily basis for work.
I left PHP due to the inconsistencies and some of these issues.
More constancy.
For example : array_map( callable, $array ) & array_filter($array, callable).
There is tons of this in php, and even more odd names. It's definitely the thing that i would change, to have a way better developer experience.
Maximilian Berkmann
Web and programming
Jean-Paul Molina
Just willing to be as strong as OOP C++. That 's all.