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\Calculation\Information\Exce..
Decoded Output download
<?php
declare(strict_types=1);
use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError;
return [
[1, 0],
[12, 22269.0],
[2, 30348.0],
[6, 30843.0],
[11, '11-Nov-1918'],
[2, '28-Feb-1904'],
[7, '01 Jul 2003'],
[4, '38094'],
[12, 'Dec 2003'],
[12, '1960-12-25'],
[11, '1918-11-01'],
[ExcelError::VALUE(), '1918-13-11'],
[ExcelError::NAN(), -10],
[ExcelError::VALUE(), 'ABCD'],
[1, false],
[1, true],
[3, 61],
[2, 60], // because of fake leap day
[12, 366], // because of fake leap day
[1, 367],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError;
return [
[1, 0],
[12, 22269.0],
[2, 30348.0],
[6, 30843.0],
[11, '11-Nov-1918'],
[2, '28-Feb-1904'],
[7, '01 Jul 2003'],
[4, '38094'],
[12, 'Dec 2003'],
[12, '1960-12-25'],
[11, '1918-11-01'],
[ExcelError::VALUE(), '1918-13-11'],
[ExcelError::NAN(), -10],
[ExcelError::VALUE(), 'ABCD'],
[1, false],
[1, true],
[3, 61],
[2, 60], // because of fake leap day
[12, 366], // because of fake leap day
[1, 367],
];
Function Calls
None |
Stats
MD5 | 51777a44b29b7844d402eefc93e3a1b3 |
Eval Count | 0 |
Decode Time | 86 ms |