--TEST-- Test array_product() function: resources in array --FILE-- $carry * $value, 1)); } catch (TypeError $e) { echo $e->getMessage(); } ?> --EXPECTF-- array_product() version: Warning: array_product(): Multiplication is not supported on type resource in %s on line %d int(30) array_reduce() version: Unsupported operand types: int * resource