]> granicus.if.org Git - php/commit
@- Added array_reduce(), which allows iterative reduction of an array
authorAndrei Zmievski <andrei@php.net>
Mon, 12 Mar 2001 03:06:53 +0000 (03:06 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 12 Mar 2001 03:06:53 +0000 (03:06 +0000)
commitd73ef1242986f84a7bb9e6fa088f19d4f22b05dc
tree9c64de3a3ae754aab5226d151403886c5896e4a4
parent2d54fb39b957cc0ca973d0cbb5d1869567c2df76
@- Added array_reduce(), which allows iterative reduction of an array
@  to a single value via a callback function. (Andrei)
- Added array_reduce(), which allows iterative reduction of an array
  to a single value via a callback function.
- Fixed usage of zend_is_callable() in PCRE.
ext/pcre/php_pcre.c
ext/standard/array.c
ext/standard/basic_functions.c
ext/standard/php_array.h