Hi!

> I've opened the array_part() vote:
> 
> https://wiki.php.net/rfc/array_part#vote
> 
> The vote asks whether the branch at  
> https://github.com/cataphract/php-src/tree/array_part should be merged.  
> This implementation has been tested and has 100% code coverage on the  
> reachable code.

This looks very complicated. It might be that some use cases require
this level of complexity, but I can't remember a case where I would need
it. That alone does not disqualify the proposal, but I personally very
much like having something like array_column() rather than whole array
slicing engine with it's own declarative language inside. The engine
might be fine, but I imagine many users would want just something like
array_column() - so at least it'd be nice to have both.
-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to