Edit report at https://bugs.php.net/bug.php?id=63148&edit=1
ID: 63148 Updated by: larue...@php.net Reported by: hrad...@php.net Summary: Pass array key to array_filter function callback Status: Open Type: Feature/Change Request Package: Arrays related PHP Version: 5.4Git-2012-09-24 (Git) Block user comment: N Private report: N New Comment: Hey, we have various array functions, and I do believe this can be done in another ways, so, why introduce this? thanks Previous Comments: ------------------------------------------------------------------------ [2012-09-24 09:24:29] hrad...@php.net PR: https://github.com/php/php-src/pull/202 ------------------------------------------------------------------------ [2012-09-24 09:18:40] hrad...@php.net Description: ------------ I would like to change array_filter to following prototype: proto array array_filter(array input [, mixed callback, bool pass_key]) The callback prototype would change to: proto bool callback(mixed value [, mixed key]) ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63148&edit=1