3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [1, 4, 3, 0, 5]; $product = array_reduce($array, function ($c, $v) { return $c * ($v == 0 ? 1 : $v); }, 1); echo $product; $product = array_product(array_filter($array)); echo $product;

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
153.1 ms | 2100 KiB | 11 Q