Edit report at https://bugs.php.net/bug.php?id=63148&edit=1

 ID:                 63148
 Updated by:         hrad...@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:

PR: https://github.com/php/php-src/pull/202


Previous Comments:
------------------------------------------------------------------------
[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

Reply via email to