Re: [PHP-DEV] Looking for an explanation

2006-06-20 Thread David Tulloh
Oliver Block wrote: > Hello list, > > as you are familiar with the source code of php it might be easy to explain > how the brain of php interprets the following code: I think that this would be better suited to the startard PHP list. I would suggest posting any further followups there. > > p

[PHP-DEV] [PATCH] allow array_reduce to have a mixed starting value

2005-06-26 Thread David Tulloh
I opened bug #33447 the other day which is a feature request to allow array_reduce to have a mixed starting value. It currently will only accept integers which I feel is an odd limitation since the array can hold any value. This is a trivial patch to array_reduce which removes this limitation. Al