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\Information;
use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError;
use PHPUnit\Framework\TestCase;
class Div0Test extends TestCase
{
public function testDIV0(): void
{
$result = ExcelError::DIV0();
self::assertEquals('#DIV/0!', $result);
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Information;
use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError;
use PHPUnit\Framework\TestCase;
class Div0Test extends TestCase
{
public function testDIV0(): void
{
$result = ExcelError::DIV0();
self::assertEquals('#DIV/0!', $result);
}
}
Function Calls
None |
Stats
MD5 | e7abc5d34f3d994bfca40d750731983a |
Eval Count | 0 |
Decode Time | 82 ms |