### Description • `array_filter()` takes the array first then the callback **That is reasonable** • `array_map()` takes the callback first then the array **That is irreasonable** This inconsistency can be confusing!! ### PHP Version 8.4.2 ### Operating System windows 10