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 NullTest extends TestCase
{
    public function testNULL(): void
    {
        $result = ExcelError::null();
        self::assertEquals('#NULL!', $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 NullTest extends TestCase
{
    public function testNULL(): void
    {
        $result = ExcelError::null();
        self::assertEquals('#NULL!', $result);
    }
}

Function Calls

None

Variables

None

Stats

MD5 cd0a7a12624c4b1bc921f47e21a28290
Eval Count 0
Decode Time 94 ms