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 [
[
'3.60002071031685+0.787495469644252j',
'12.34+5.67j',
],
[
ExcelError::NAN(),
'Invalid Complex Number',
],
[
'58223.7065120385+58223.7065120386i',
'-1.234E-5+6.78E9i',
],
[
'1.9749889409211+0.632914936433528i',
'3.5+2.5i',
],
[
'1.88945163270197+0.264627043818521i',
'3.5+i',
],
[
'1.87082869338697',
'3.5',
],
[
'1.88945163270197-0.264627043818521i',
'3.5-i',
],
[
'1.9749889409211-0.632914936433528i',
'3.5-2.5i',
],
[
'1.35878298553655+0.919940868634298i',
'1+2.5i',
],
[
'1.09868411346781+0.455089860562227i',
'1+i',
],
[
'1',
'1',
],
[
'1.09868411346781-0.455089860562227i',
'1-i',
],
[
'1.35878298553655-0.919940868634298i',
'1-2.5i',
],
[
'1.11803398874989+1.11803398874989i',
'2.5i',
],
[
'0.707106781186548+0.707106781186547i',
'i',
],
[
'0',
'0',
],
[
'0.707106781186548-0.707106781186547i',
'-i',
],
[
'1.11803398874989-1.11803398874989i',
'-2.5i',
],
[
'0.919940868634298+1.35878298553655i',
'-1+2.5i',
],
[
'0.455089860562227+1.09868411346781i',
'-1+i',
],
[
'0.923879532511287+0.382683432365089i',
'0.707106781186548+0.707106781186547i',
],
[
'0.455089860562227-1.09868411346781i',
'-1-i',
],
[
'0.919940868634298-1.35878298553655i',
'-1-2.5i',
],
[
'0.632914936433528+1.9749889409211i',
'-3.5+2.5i',
],
[
'0.264627043818521+1.88945163270197i',
'-3.5+i',
],
[
'1.14602144155088E-16+1.87082869338697i',
'-3.5',
],
[
'0.264627043818521-1.88945163270197i',
'-3.5-i',
],
[
'0.632914936433528-1.9749889409211i',
'-3.5-2.5i',
],
[
'3',
'9',
],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError;
return [
[
'3.60002071031685+0.787495469644252j',
'12.34+5.67j',
],
[
ExcelError::NAN(),
'Invalid Complex Number',
],
[
'58223.7065120385+58223.7065120386i',
'-1.234E-5+6.78E9i',
],
[
'1.9749889409211+0.632914936433528i',
'3.5+2.5i',
],
[
'1.88945163270197+0.264627043818521i',
'3.5+i',
],
[
'1.87082869338697',
'3.5',
],
[
'1.88945163270197-0.264627043818521i',
'3.5-i',
],
[
'1.9749889409211-0.632914936433528i',
'3.5-2.5i',
],
[
'1.35878298553655+0.919940868634298i',
'1+2.5i',
],
[
'1.09868411346781+0.455089860562227i',
'1+i',
],
[
'1',
'1',
],
[
'1.09868411346781-0.455089860562227i',
'1-i',
],
[
'1.35878298553655-0.919940868634298i',
'1-2.5i',
],
[
'1.11803398874989+1.11803398874989i',
'2.5i',
],
[
'0.707106781186548+0.707106781186547i',
'i',
],
[
'0',
'0',
],
[
'0.707106781186548-0.707106781186547i',
'-i',
],
[
'1.11803398874989-1.11803398874989i',
'-2.5i',
],
[
'0.919940868634298+1.35878298553655i',
'-1+2.5i',
],
[
'0.455089860562227+1.09868411346781i',
'-1+i',
],
[
'0.923879532511287+0.382683432365089i',
'0.707106781186548+0.707106781186547i',
],
[
'0.455089860562227-1.09868411346781i',
'-1-i',
],
[
'0.919940868634298-1.35878298553655i',
'-1-2.5i',
],
[
'0.632914936433528+1.9749889409211i',
'-3.5+2.5i',
],
[
'0.264627043818521+1.88945163270197i',
'-3.5+i',
],
[
'1.14602144155088E-16+1.87082869338697i',
'-3.5',
],
[
'0.264627043818521-1.88945163270197i',
'-3.5-i',
],
[
'0.632914936433528-1.9749889409211i',
'-3.5-2.5i',
],
[
'3',
'9',
],
];
Function Calls
None |
Stats
MD5 | ea1f7c8c1dde226db7a94f10d4fd9e48 |
Eval Count | 0 |
Decode Time | 84 ms |