ID: 22195
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Arrays related
Operating System: Debian GNU/Linux
PHP Version: 4.2.3
New Comment:
sorry, my fault, i reported to fast ;-/
that's actually not a bu
From: [EMAIL PROTECTED]
Operating system: Debian GNU/Linux
PHP version: 4.2.3
PHP Bug Type: Arrays related
Bug description: array_reduce of single-element array returns nothing
sample code:
$foo = array('a');
function r($a, $b) { return $a . $b; }
$str = array_reduce($fo