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 [
    [
        ExcelError::NAN(),
        '12.34+5.67j',
        '123.45+67.89i',
    ],
    [
        ExcelError::NAN(),
        '12.34+5.67j',
        'Invalid Complex Number',
    ],
    [
        '0.0961415519586104-0.00694248653276682j',
        '12.34+5.67j',
        '123.45+67.89j',
    ],
    [
        '0.0961415519586104+0.00694248653276682i',
        '-12.34+5.67i',
        '-123.45+67.89i',
    ],
    [
        '0.0573549954111941+0.0774712890924744i',
        '-12.34-5.67i',
        '-123.45+67.89i',
    ],
    [
        '0.0573549954111941-0.0774712890924744i',
        '-12.34+5.67i',
        '-123.45-67.89i',
    ],
    [
        '0.0961415519586104-0.00694248653276682i',
        '-12.34-5.67i',
        '-123.45-67.89i',
    ],
    [
        '-0.0573549954111941-0.0774712890924744i',
        '12.34+5.67i',
        '-123.45+67.89i',
    ],
    [
        '-0.0961415519586104-0.00694248653276682i',
        '12.34-5.67i',
        '-123.45+67.89i',
    ],
    [
        '-0.0961415519586104+0.00694248653276682i',
        '12.34+5.67i',
        '-123.45-67.89i',
    ],
    [
        '-0.0573549954111941+0.0774712890924744i',
        '12.34-5.67i',
        '-123.45-67.89i',
    ],
    [
        '-0.0573549954111941+0.0774712890924744i',
        '-12.34+5.67i',
        '123.45+67.89i',
    ],
    [
        '-0.0961415519586104+0.00694248653276682i',
        '-12.34-5.67i',
        '123.45+67.89i',
    ],
    [
        '-0.0961415519586104-0.00694248653276682i',
        '-12.34+5.67i',
        '123.45-67.89i',
    ],
    [
        '-0.0573549954111941-0.0774712890924744i',
        '-12.34-5.67i',
        '123.45-67.89i',
    ],
    [
        '1',
        '-12.34-5.67i',
        '-12.34-5.67i',
    ],
    [
        '-0.0767482736849023-0.0422068878126206i',
        '-12.34',
        '123.45-67.89i',
    ],
    [
        '1+0.459481361426256i',
        '-12.34-5.67i',
        '-12.34',
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError;

return [
    [
        ExcelError::NAN(),
        '12.34+5.67j',
        '123.45+67.89i',
    ],
    [
        ExcelError::NAN(),
        '12.34+5.67j',
        'Invalid Complex Number',
    ],
    [
        '0.0961415519586104-0.00694248653276682j',
        '12.34+5.67j',
        '123.45+67.89j',
    ],
    [
        '0.0961415519586104+0.00694248653276682i',
        '-12.34+5.67i',
        '-123.45+67.89i',
    ],
    [
        '0.0573549954111941+0.0774712890924744i',
        '-12.34-5.67i',
        '-123.45+67.89i',
    ],
    [
        '0.0573549954111941-0.0774712890924744i',
        '-12.34+5.67i',
        '-123.45-67.89i',
    ],
    [
        '0.0961415519586104-0.00694248653276682i',
        '-12.34-5.67i',
        '-123.45-67.89i',
    ],
    [
        '-0.0573549954111941-0.0774712890924744i',
        '12.34+5.67i',
        '-123.45+67.89i',
    ],
    [
        '-0.0961415519586104-0.00694248653276682i',
        '12.34-5.67i',
        '-123.45+67.89i',
    ],
    [
        '-0.0961415519586104+0.00694248653276682i',
        '12.34+5.67i',
        '-123.45-67.89i',
    ],
    [
        '-0.0573549954111941+0.0774712890924744i',
        '12.34-5.67i',
        '-123.45-67.89i',
    ],
    [
        '-0.0573549954111941+0.0774712890924744i',
        '-12.34+5.67i',
        '123.45+67.89i',
    ],
    [
        '-0.0961415519586104+0.00694248653276682i',
        '-12.34-5.67i',
        '123.45+67.89i',
    ],
    [
        '-0.0961415519586104-0.00694248653276682i',
        '-12.34+5.67i',
        '123.45-67.89i',
    ],
    [
        '-0.0573549954111941-0.0774712890924744i',
        '-12.34-5.67i',
        '123.45-67.89i',
    ],
    [
        '1',
        '-12.34-5.67i',
        '-12.34-5.67i',
    ],
    [
        '-0.0767482736849023-0.0422068878126206i',
        '-12.34',
        '123.45-67.89i',
    ],
    [
        '1+0.459481361426256i',
        '-12.34-5.67i',
        '-12.34',
    ],
];

Function Calls

None

Variables

None

Stats

MD5 e6c48d48df728b91ca994bcbceb0dd13
Eval Count 0
Decode Time 90 ms