repo stringlengths 7 63 | file_url stringlengths 81 284 | file_path stringlengths 5 200 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:02:33 2026-01-05 05:24:06 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/PermutationATest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/PermutationATest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
class PermutationATest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerPERMUT')]
public function testPERMUT(mixed $... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/MedianTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/MedianTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class MedianTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerMEDIAN')]
public function testMEDIAN(mixed $expectedResult, mixed ...$args): void
{
$this->ru... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/MaxATest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/MaxATest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class MaxATest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerMAXA')]
public function testMAXA(mixed $expectedResult, mixed ...$args): void
{
$this->runTestC... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/KurtTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/KurtTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class KurtTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerKURT')]
public function testKURT(mixed $expectedResult, mixed ...$args): void
{
$this->runTestC... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/ChiTestTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/ChiTestTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Statistical;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\TestCase;
// TODO Convert to Spreadsheet context.
class ChiTestTest extends TestCase
{
... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/QuartileTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/QuartileTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class QuartileTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerQUARTILE')]
public function testQUARTILE(mixed $expectedResult, mixed ...$args): void
{
$th... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/SmallTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/SmallTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class SmallTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerSMALL')]
public function testSMALL(mixed $expectedResult, mixed $values, mixed $position): void
{
... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/LinEstTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/LinEstTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Statistical;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\TestCase;
// TODO run test in spreadsheet context
class LinEstTest extends TestCase
{
... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/GammaDistTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/GammaDistTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
class GammaDistTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerGAMMADIST')]
public function testGAMMADIST(mixe... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/NormSInvTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/NormSInvTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
class NormSInvTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerNORMSINV')]
public function testNORMSINV(mixed $... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/CountIfTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/CountIfTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Exception as CalcException;
use PHPUnit\Framework\Attributes\DataProvider;
class CountIfTest extends AllSetupTeardown
{
#[DataProvider('providerCOUNTIF')]
public... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/AverageIf2Test.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/AverageIf2Test.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Spreadsheet;
use PHPUnit\Framework\TestCase;
class AverageIf2Test extends TestCase
{
public function testAVERAGEIF(): void
{
$table = [
['n', 1],
... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/BetaInvTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/BetaInvTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
class BetaInvTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerBETAINV')]
public function testBETAINV(mixed $exp... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/MinATest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/MinATest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class MinATest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerMINA')]
public function testMINA(mixed $expectedResult, mixed ...$args): void
{
$this->runTestC... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/HarMeanTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/HarMeanTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class HarMeanTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerHARMEAN')]
public function testHARMEAN(mixed $expectedResult, mixed ...$args): void
{
$this-... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/FisherInvTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/FisherInvTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
class FisherInvTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerFISHERINV')]
public function testFISHERINV(mixe... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/BinomDistRangeTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/BinomDistRangeTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
class BinomDistRangeTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerBINOMDISTRANGE')]
public function testBINO... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/MinTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/MinTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class MinTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerMIN')]
public function testMIN(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/FDistTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/FDistTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
class FDistTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerFDIST')]
public function testFDIST(mixed $expectedR... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/TDotInvTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/TDotInvTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PHPUnit\Framework\Attributes\DataProvider;
class TDotInvTest extends AllSetupTeardown
{
/**
* @var false|string
*/
private $currentLoc... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/NormSDist2Test.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/NormSDist2Test.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
class NormSDist2Test extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerNORMSDIST2')]
public function testNORMSDIST2(m... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/MinIfsTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/MinIfsTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class MinIfsTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerMINIFS')]
public function testMINIFS(mixed $expectedResult, mixed ...$args): void
{
$this->ru... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/TdotDistFalseTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/TdotDistFalseTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PHPUnit\Framework\Attributes\DataProvider;
class TdotDistFalseTest extends AllSetupTeardown
{
#[DataProvider('providerTdotDistFalse')]
public fu... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/FisherTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/FisherTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
class FisherTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerFISHER')]
public function testFISHER(mixed $expect... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/GammaTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/GammaTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
class GammaTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerGAMMA')]
public function testGAMMA(mixed $expectedR... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/ForecastTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/ForecastTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PhpOffice\PhpSpreadsheet\Calculation\Statistical;
use PHPUnit\Framework\TestCase;
// TODO Spreadsheet context.
// Note that null in reference is treated... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/CorrelTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/CorrelTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Statistical;
use PHPUnit\Framework\TestCase;
class CorrelTest extends TestCase
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerCORREL')]
public function ... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/StDevPTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/StDevPTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class StDevPTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerSTDEVP')]
public function testSTDEVP(mixed $expectedResult, mixed ...$args): void
{
$this->ru... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/BetaDistTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/BetaDistTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
class BetaDistTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerBETADIST')]
public function testBETADIST(mixed $... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/SteyxTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/SteyxTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
use PHPUnit\Framework\Attributes\DataProvider;
class SteyxTest extends AllSetupTeardown
{
/**
* @param mixed[] $xargs
* @param mixed[] $yargs
*/
#[DataProvider('providerSTEYX')]
publi... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/RankTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/RankTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class RankTest extends AllSetupTeardown
{
/**
* @param mixed[] $valueSet
*/
#[\PHPUnit\Framework\Attributes\DataProvider('providerRANK')]
public function testRANK(mixed $expectedResult, mix... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/GeoMeanTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/GeoMeanTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class GeoMeanTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerGEOMEAN')]
public function testGEOMEAN(mixed $expectedResult, mixed ...$args): void
{
$this-... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/AverageTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Statistical/AverageTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class AverageTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerAVERAGE')]
public function testAVERAGE(mixed $expectedResult, mixed ...$args): void
{
$this-... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/IfsTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/IfsTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PHPUnit\Framework\Attributes\DataProvider;
class IfsTest extends AllSetupTeardown
{
#[DataProvider('providerIFS')]
public function testIFS(mixed $ex... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/AllSetupTeardown.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/AllSetupTeardown.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PhpOffice\PhpSpreadsheet\Calculation\Exception as CalcException;
use PhpOffice\PhpSpreadsheet\Calculation\Functions;
use PhpOffice\PhpSpreadsheet\Cell\DataTy... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/FalseTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/FalseTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
class FalseTest extends AllSetupTeardown
{
public function testFALSE(): void
{
$this->runTestCase('FALSE', false);
}
}
| php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/IfTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/IfTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
class IfTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerIF')]
public function testIF(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase('IF', ... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/NotTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/NotTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PHPUnit\Framework\Attributes\DataProvider;
class NotTest extends AllSetupTeardown
{
#[DataProvider('providerNOT')]
public function testNOT(mixed $ex... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/OrTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/OrTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
class OrTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerOR')]
public function testOR(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase('OR', ... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/XorTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/XorTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
class XorTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerXOR')]
public function testXOR(mixed $expectedResult, mixed ...$args): void
{
$this->setArrayAsValue... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/IfNaTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/IfNaTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PHPUnit\Framework\Attributes\DataProvider;
class IfNaTest extends AllSetupTeardown
{
#[DataProvider('providerIFNA')]
public function testIFNA(mixed ... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/TrueTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/TrueTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
class TrueTest extends AllSetupTeardown
{
public function testTRUE(): void
{
$this->runTestCase('TRUE', true);
}
}
| php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/SwitchTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/SwitchTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PHPUnit\Framework\Attributes\DataProvider;
class SwitchTest extends AllSetupTeardown
{
#[DataProvider('providerSwitch')]
public function testSWITCH(... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/AndTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/AndTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
use PHPUnit\Framework\Attributes\DataProvider;
class AndTest extends AllSetupTeardown
{
#[DataProvider('providerAND')]
public function testAND(mixed $expectedResult, mixed ...$args): void
{
$thi... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/IfErrorTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Logical/IfErrorTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PHPUnit\Framework\Attributes\DataProvider;
class IfErrorTest extends AllSetupTeardown
{
#[DataProvider('providerIFERROR')]
public function testIFERR... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PvTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PvTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class PvTest extends AllSetupTeardown
{
/** @param mixed[] $args */
#[DataProvider('providerPV')]
public function testPV(mixed $expectedResult, array $ar... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CumIpmtTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CumIpmtTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class CumIpmtTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerCUMIPMT')]
public function testCUMIPMT(mixed $expectedResult, mixed ...$args): void
{
$this->r... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/DollarFrTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/DollarFrTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class DollarFrTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerDOLLARFR')]
public function testDOLLARFR(mixed $expectedResult, mixed ...$args): void
{
$this... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/DollarDeTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/DollarDeTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PHPUnit\Framework\Attributes\DataProvider;
class DollarDeTest extends AllSetupTeardown
{
#[DataProvider('providerDOLLARDE')]
public function testD... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/TBillEqTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/TBillEqTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class TBillEqTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerTBILLEQ')]
public function testTBILLEQ(mixed $expectedResult, mixed ...$args): void
{
$this->r... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/IrrTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/IrrTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PhpOffice\PhpSpreadsheet\Shared\StringHelper;
class IrrTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerIRR')]
public function testIRR(mixed $expectedResult, mixed... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/AllSetupTeardown.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/AllSetupTeardown.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PhpOffice\PhpSpreadsheet\Calculation\Exception as CalcException;
use PhpOffice\PhpSpreadsheet\Calculation\Functions;
use PhpOffice\PhpSpreadsheet\Cell\DataType;
use PhpOffice\PhpSpreadsheet\Spreadsheet;
use Ph... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupPcdTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupPcdTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class CoupPcdTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerCOUPPCD')]
public function testCOUPPCD(mixed $expectedResult, mixed ...$args): void
{
$this->r... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PriceMatTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PriceMatTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class PriceMatTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerPRICEMAT')]
public function testPRICEMAT(mixed $expectedResult, mixed ...$args): void
{
$this... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/YieldDiscTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/YieldDiscTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class YieldDiscTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerYIELDDISC')]
public function testYIELDDISC(mixed $expectedResult, mixed ...$args): void
{
$t... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/FvScheduleTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/FvScheduleTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class FvScheduleTest extends AllSetupTeardown
{
/** @param null|mixed[] $schedule */
#[DataProvider('providerFVSCHEDULE')]
public function testFVSCHEDULE... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/TBillPriceTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/TBillPriceTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class TBillPriceTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerTBILLPRICE')]
public function testTBILLPRICE(mixed $expectedResult, mixed ...$args): void
{
... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/AmorLincTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/AmorLincTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class AmorLincTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerAMORLINC')]
public function testAMORLINC(mixed $expectedResult, mixed ...$args): void
{
$this... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PDurationTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PDurationTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class PDurationTest extends AllSetupTeardown
{
/** @param mixed[] $args */
#[DataProvider('providerPDURATION')]
public function testPDURATION(mixed $expe... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupNumTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupNumTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class CoupNumTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerCOUPNUM')]
public function testCOUPNUM(mixed $expectedResult, mixed ...$args): void
{
$this->r... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/SlnTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/SlnTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class SlnTest extends AllSetupTeardown
{
/** @param mixed[] $args */
#[DataProvider('providerSLN')]
public function testSLN(mixed $expectedResult, array ... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/DbTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/DbTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class DbTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerDB')]
public function testDB(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase('DB'... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/EffectTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/EffectTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class EffectTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerEFFECT')]
public function testEFFECT(mixed $expectedResult, mixed ...$args): void
{
$this->runT... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/NominalTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/NominalTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class NominalTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerNOMINAL')]
public function testNOMINAL(mixed $expectedResult, mixed ...$args): void
{
$this->r... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupDayBsTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupDayBsTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class CoupDayBsTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerCOUPDAYBS')]
public function testCOUPDAYBS(mixed $expectedResult, mixed ...$args): void
{
$t... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CumPrincTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CumPrincTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class CumPrincTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerCUMPRINC')]
public function testCUMPRINC(mixed $expectedResult, mixed ...$args): void
{
$this... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PpmtTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PpmtTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class PpmtTest extends AllSetupTeardown
{
/** @param mixed[] $args */
#[DataProvider('providerPPMT')]
public function testPPMT(mixed $expectedResult, arr... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/SydTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/SydTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class SydTest extends AllSetupTeardown
{
/** @param mixed[] $args */
#[DataProvider('providerSYD')]
public function testSYD(mixed $expectedResult, array ... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/FvTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/FvTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class FvTest extends AllSetupTeardown
{
/** @param mixed[] $args */
#[DataProvider('providerFV')]
public function testFV(mixed $expectedResult, array $ar... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PriceTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PriceTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class PriceTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerPRICE')]
public function testPRICE(mixed $expectedResult, mixed ...$args): void
{
$this->runTest... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/RriTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/RriTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class RriTest extends AllSetupTeardown
{
/** @param mixed[] $args */
#[DataProvider('providerRRI')]
public function testRRI(mixed $expectedResult, array ... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/HelpersTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/HelpersTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PhpOffice\PhpSpreadsheet\Calculation\Financial\Helpers;
use PHPUnit\Framework\TestCase;
class HelpersTest extends TestCase
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerDaysPerYear')]
public... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/TBillYieldTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/TBillYieldTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class TBillYieldTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerTBILLYIELD')]
public function testTBILLYIELD(mixed $expectedResult, mixed ...$args): void
{
... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/AccrintTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/AccrintTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class AccrintTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerACCRINT')]
public function testACCRINT(mixed $expectedResult, mixed ...$args): void
{
$this->r... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/AmorDegRcTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/AmorDegRcTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class AmorDegRcTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerAMORDEGRC')]
public function testAMORDEGRC(mixed $expectedResult, mixed ...$args): void
{
$t... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/IsPmtTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/IsPmtTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class IsPmtTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerISPMT')]
public function testISPMT(mixed $expectedResult, mixed ...$args): void
{
$this->runTest... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/NpvTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/NpvTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class NpvTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerNPV')]
public function testNPV(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase('... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/DdbTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/DdbTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class DdbTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerDDB')]
public function testDDB(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase('... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/AccrintMTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/AccrintMTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class AccrintMTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerACCRINTM')]
public function testACCRINTM(mixed $expectedResult, mixed ...$args): void
{
$this... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupDaysNcTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupDaysNcTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class CoupDaysNcTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerCOUPDAYSNC')]
public function testCOUPDAYSNC(mixed $expectedResult, mixed ...$args): void
{
... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/NPerTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/NPerTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class NPerTest extends AllSetupTeardown
{
/** @param mixed[] $args */
#[DataProvider('providerNPER')]
public function testNPER(mixed $expectedResult, arr... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/IntRateTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/IntRateTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class IntRateTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerINTRATE')]
public function testINTRATE(mixed $expectedResult, mixed ...$args): void
{
$this->r... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupNcdTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupNcdTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class CoupNcdTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerCOUPNCD')]
public function testCOUPNCD(mixed $expectedResult, mixed ...$args): void
{
$this->r... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PmtTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PmtTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class PmtTest extends AllSetupTeardown
{
/** @param mixed[] $args */
#[DataProvider('providerPMT')]
public function testPMT(mixed $expectedResult, array ... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupDaysTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/CoupDaysTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class CoupDaysTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerCOUPDAYS')]
public function testCOUPDAYS(mixed $expectedResult, mixed ...$args): void
{
$this... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/YieldMatTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/YieldMatTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class YieldMatTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerYIELDMAT')]
public function testYIELDMAT(mixed $expectedResult, mixed ...$args): void
{
$this... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/XNpvTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/XNpvTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class XNpvTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerXNPV')]
public function testXNPV(mixed $expectedResult, mixed $rate = null, mixed $values = null, mixed $date... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/DiscTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/DiscTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class DiscTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerDISC')]
public function testDISC(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCas... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PriceDiscTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/PriceDiscTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class PriceDiscTest extends AllSetupTeardown
{
/** @param mixed[] $args */
#[DataProvider('providerPRICEDISC')]
public function testPRICEDISC(mixed $expe... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/IPmtTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/IPmtTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PHPUnit\Framework\Attributes\DataProvider;
class IPmtTest extends AllSetupTeardown
{
/** @param mixed[] $args */
#[DataProvider('providerIPMT')]
public function testIPMT(mixed $expectedResult, arr... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/ReceivedTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/ReceivedTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class ReceivedTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerRECEIVED')]
public function testRECEIVED(mixed $expectedResult, mixed ...$args): void
{
$this... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/MirrTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/MirrTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
use PhpOffice\PhpSpreadsheet\Calculation\Functions;
class MirrTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerMIRR')]
public function testMIRR(mixed $expectedResult, ... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/UsDollarTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/UsDollarTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class UsDollarTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerUSDOLLAR')]
public function testUSDOLLAR(mixed $expectedResult, mixed ...$args): void
{
$this... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/XirrTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/XirrTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class XirrTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerXIRR')]
public function testXIRR(mixed $expectedResult, mixed $values = null, mixed $dates = null, mixed $gue... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/Financial/RateTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/Financial/RateTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class RateTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerRATE')]
public function testRATE(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCas... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/DateTime/TimeValueTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/DateTime/TimeValueTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\DateTime;
use DateTimeInterface;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\TimeValue;
use PhpOffice\PhpSpreadsheet\Calculation\Exception as CalculationExcept... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/DateTime/DayTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/DateTime/DayTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\DateTime;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\DateParts;
use PhpOffice\PhpSpreadsheet\Calculation\Exception as CalculationException;
use PhpOffice\PhpS... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/DateTime/WeekDayTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/DateTime/WeekDayTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\DateTime;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\Week;
use PhpOffice\PhpSpreadsheet\Shared\Date as SharedDate;
use PhpOffice\PhpSpreadsheet\Spreadsheet;
u... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/DateTime/MinuteTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/DateTime/MinuteTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\DateTime;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\TimeParts;
use PhpOffice\PhpSpreadsheet\Calculation\Exception as CalculationException;
use PhpOffice\PhpS... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
PHPOffice/PhpSpreadsheet | https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/DateTime/YearTest.php | tests/PhpSpreadsheetTests/Calculation/Functions/DateTime/YearTest.php | <?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\DateTime;
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
use PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\DateParts;
use PhpOffice\PhpSpreadsheet\Spreadsheet;
use PhpOffice\PhpSpreadsheetTests\Calculation\Functi... | php | MIT | e33834b4ea2a02088becbb41fb8954d915b46b12 | 2026-01-04T15:02:44.305364Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.