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 [ [ 5.47698696965696, 4, 5, 8,..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        5.47698696965696,
        4, 5, 8, 7, 11, 4, 3,
    ],
    [
        1.6226711115996,
        2.5, 3, 0.5, 1, 3,
    ],
    'no arguments' => [
        'exception',
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        5.47698696965696,
        4, 5, 8, 7, 11, 4, 3,
    ],
    [
        1.6226711115996,
        2.5, 3, 0.5, 1, 3,
    ],
    'no arguments' => [
        'exception',
    ],
];

Function Calls

None

Variables

None

Stats

MD5 743836ae5accc1739c9d525020497119
Eval Count 0
Decode Time 99 ms