554684720d
* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts. * Adjusted logic for COUNT() function to handle differences in EXCEL, GNUMERIC and OPENOFFICE modes for cells and for literal values * Fix case-sensitivity in filenames * Appeasing Codesniffer * Resolve COUNTA() differences between cell values and literals * Style fixes * Start refactoring statistical function tests into individual tests rather than having a single, giant test for all statistical functions.... first step toward doing this for all tests * More refactoring into separate tests If all functions have their own individual test files, it should be a lot easier to identify which functions aren't covered by tests yet * Missing last lines in files
49 lines
471 B
PHP
49 lines
471 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
5,
|
|
5, 1,
|
|
],
|
|
[
|
|
20,
|
|
5, 2,
|
|
],
|
|
[
|
|
60,
|
|
5, 3,
|
|
],
|
|
[
|
|
120,
|
|
5, 4,
|
|
],
|
|
[
|
|
120,
|
|
5, 5,
|
|
],
|
|
[
|
|
970200,
|
|
100, 3,
|
|
],
|
|
[
|
|
6,
|
|
3, 2,
|
|
],
|
|
[
|
|
720,
|
|
6, 6,
|
|
],
|
|
[
|
|
5040,
|
|
7, 6,
|
|
],
|
|
[
|
|
151200,
|
|
10, 6,
|
|
],
|
|
[
|
|
10068347520,
|
|
49,6,
|
|
],
|
|
];
|