PhpSpreadsheet/tests/data/Calculation/MathTrig/SUMXMY2.php

20 lines
246 B
PHP

<?php
return [
[
6,
[5, 2, 3],
[3, 1, 2],
],
[
79,
[2, 3, 9, 1, 8, 7, 5],
[6, 5, 11, 7, 5, 4, 4],
],
[
64,
[[1, 2], [3, 4]],
[[5, 6], [7, 8]],
],
];