Dear internals, I would like to propose the following RFC:
If an exception is thrown inside array_reduce, array_map, array_filter, etc callback don't flush meaningless warnings like: > An error occurred while invoking the reduction callback ... but pass an exception from a closure outside. Currently this can be achieved by muting array_* with a @ but this is ugly. Regards, Tim -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php