Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Funct..
Decoded Output download
<?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
class IfTest extends AllSetupTeardown
{
/**
* @dataProvider providerIF
*/
public function testIF(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase('IF', $expectedResult, ...$args);
}
public static function providerIF(): array
{
return require 'tests/data/Calculation/Logical/IF.php';
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Logical;
class IfTest extends AllSetupTeardown
{
/**
* @dataProvider providerIF
*/
public function testIF(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase('IF', $expectedResult, ...$args);
}
public static function providerIF(): array
{
return require 'tests/data/Calculation/Logical/IF.php';
}
}
Function Calls
None |
Stats
MD5 | 19e3cf76134a7331047da6f0806422de |
Eval Count | 0 |
Decode Time | 108 ms |