What is the first accumulator passed by array_reduce($values, $callback) when the initial…

from Array functions
PHP 8.3.33 intermediate 1 min

What is the first accumulator passed by array_reduce($values, $callback) when the initial argument is omitted?

Report an error