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 [ [ 8.0, 1, 4.5, 7, 8, 9, 13, ..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        8.0,
        1, 4.5, 7, 8, 9, 13, 14,
    ],
    [
        8.5,
        1, 4.5, 7, 8, 9, 13, 14, 12,
    ],
    [
        8.0,
        1, 4.5, 7, 8, 9, 13, 14, '',
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        8.0,
        1, 4.5, 7, 8, 9, 13, 14,
    ],
    [
        8.5,
        1, 4.5, 7, 8, 9, 13, 14, 12,
    ],
    [
        8.0,
        1, 4.5, 7, 8, 9, 13, 14, '',
    ],
];

Function Calls

None

Variables

None

Stats

MD5 ea16f57529ebcf30ce57ba85b8f1b9f8
Eval Count 0
Decode Time 79 ms