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); use PhpOffice\PhpSpreadsheet\Shared\Date; return [ [..

Decoded Output download

<?php

declare(strict_types=1);

use PhpOffice\PhpSpreadsheet\Shared\Date;

return [
    [
        5,
        [-1, 0, 1, 2, 3],
    ],
    [
        7,
        [
            Date::stringToExcel('1900-02-01'),
            0,
            null,
            1.2,
            '',
            2.4,
            '',
            3.6,
            '',
            4.8,
            'Not a numeric',
            6,
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

use PhpOffice\PhpSpreadsheet\Shared\Date;

return [
    [
        5,
        [-1, 0, 1, 2, 3],
    ],
    [
        7,
        [
            Date::stringToExcel('1900-02-01'),
            0,
            null,
            1.2,
            '',
            2.4,
            '',
            3.6,
            '',
            4.8,
            'Not a numeric',
            6,
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 10cc224257b133bbf3076da0f7ffda22
Eval Count 0
Decode Time 95 ms