PHP was always a mess. Why would I want to come back to it now on the off chance they don't screw things up again?
array_filter and array_map, have different order of arguments.
($array, $callback) vs ($callback, $array)
A small example of how inconsistent the language is from the ground up.
Most people can explain their respective web servers, but I've never heard anyone even come close to what PHP/Laravel is actually "doing".
Side Complaint: If you are working with Laravel Queue, it is such a hassle to reload your code changes when developing.
https://laravel.com/docs/10.x/collections#available-methods
PHP was always a mess. Why would I want to come back to it now on the off chance they don't screw things up again?