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 [ [ 27.463915719843, [1345, 13..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        27.463915719843,
        [1345, 1301, 1368, 1322, 1310, 1370, 1318, 1350, 1303, 1299],
    ],
    [
        '#DIV/0!',
        ['A', 'B', 'C'],
    ],
    [
        '#DIV/0!',
        [true, false],
    ],
    [
        '#DIV/0!',
        [true, false, 1],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        27.463915719843,
        [1345, 1301, 1368, 1322, 1310, 1370, 1318, 1350, 1303, 1299],
    ],
    [
        '#DIV/0!',
        ['A', 'B', 'C'],
    ],
    [
        '#DIV/0!',
        [true, false],
    ],
    [
        '#DIV/0!',
        [true, false, 1],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 f69d576a9feccd1f606d527fb0208dab
Eval Count 0
Decode Time 83 ms