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); return [ [ 0.090574196851, [3, 6, 7, ..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        0.090574196851,
        [3, 6, 7, 8, 6, 5, 4, 2, 1, 9],
        4,
    ],
    [
        0.863043389130,
        [3, 6, 7, 8, 6, 5, 4, 2, 1, 9],
        6,
    ],
    [
        0.371103278559,
        [4, 5, 2, 5, 8, 9, 3, 2, 3, 8, 9, 5],
        5,
    ],
    [
        0.83812918702,
        [4, 5, 2, 5, 8, 9, 3, 2, 3, 8, 9, 5],
        6,
    ],
    [
        0.412070447871,
        [1, 2, 3, 3, 4, 4, 8, 10, 12],
        5,
        3,
    ],
    [
        0.00012286639,
        [24, 22, 19, 21, 18, 19, 20, 23],
        18,
    ],
    [
        0.952209647727,
        [24, 22, 19, 21, 18, 19, 20, 23],
        22,
    ],
    [
        0.952209647727,
        [24, 22, 19, 21, 18, 19, 20, 23],
        22,
        null,
    ],
    [
        '#VALUE!',
        [1, 2, 3, 3, 4, 4, 8, 10, 12],
        'NaN',
        3,
    ],
    [
        '#VALUE!',
        [1, 2, 3, 3, 4, 4, 8, 10, 12],
        5,
        'NaN',
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        0.090574196851,
        [3, 6, 7, 8, 6, 5, 4, 2, 1, 9],
        4,
    ],
    [
        0.863043389130,
        [3, 6, 7, 8, 6, 5, 4, 2, 1, 9],
        6,
    ],
    [
        0.371103278559,
        [4, 5, 2, 5, 8, 9, 3, 2, 3, 8, 9, 5],
        5,
    ],
    [
        0.83812918702,
        [4, 5, 2, 5, 8, 9, 3, 2, 3, 8, 9, 5],
        6,
    ],
    [
        0.412070447871,
        [1, 2, 3, 3, 4, 4, 8, 10, 12],
        5,
        3,
    ],
    [
        0.00012286639,
        [24, 22, 19, 21, 18, 19, 20, 23],
        18,
    ],
    [
        0.952209647727,
        [24, 22, 19, 21, 18, 19, 20, 23],
        22,
    ],
    [
        0.952209647727,
        [24, 22, 19, 21, 18, 19, 20, 23],
        22,
        null,
    ],
    [
        '#VALUE!',
        [1, 2, 3, 3, 4, 4, 8, 10, 12],
        'NaN',
        3,
    ],
    [
        '#VALUE!',
        [1, 2, 3, 3, 4, 4, 8, 10, 12],
        5,
        'NaN',
    ],
];

Function Calls

None

Variables

None

Stats

MD5 9be7b31a00397c1b774079a3b8e89ad5
Eval Count 0
Decode Time 99 ms