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!',
        ['A', 'B', 'C'],
    ],
    [
        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!',
        ['A', 'B', 'C'],
    ],
    [
        0.5,
        [true, false],
    ],
    [
        0.471404520791,
        [true, false, 1],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 e7e9c67e7d8aa19b79176025d941cdf0
Eval Count 0
Decode Time 126 ms