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 [ [ 26.0545581424825, [1345, 1..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        26.0545581424825,
        [1345, 1301, 1368, 1322, 1310, 1370, 1318, 1350, 1303, 1299],
    ],
    [
        '#DIV/0!',
        [],
    ],
    [
        0.5,
        [true, false],
    ],
    [
        0.471404520791,
        [true, false, 1],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        26.0545581424825,
        [1345, 1301, 1368, 1322, 1310, 1370, 1318, 1350, 1303, 1299],
    ],
    [
        '#DIV/0!',
        [],
    ],
    [
        0.5,
        [true, false],
    ],
    [
        0.471404520791,
        [true, false, 1],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 7e409bd892b76de049fa4d9cac0c9cd2
Eval Count 0
Decode Time 74 ms