Re: [PHP-DEV] Array objects & array functions

2008-01-07 Thread Stanislav Malyshev
More specifically I was thinking of starting with adding an SPL interface called ArraySearchable, and modifying php_search_array in ext/standard/array.c to accept an object that implements that interface, in which case the appropriate interface method is called. What this interface would do? I

[PHP-DEV] Array objects & array functions

2008-01-05 Thread Amir Abiri
Hi, I was wondering if there are any plans to introduce the ability of array functions to work with "array objects". More specifically I was thinking of starting with adding an SPL interface called ArraySearchable, and modifying php_search_array in ext/standard/array.c to accept an object that