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 [ ['#VALUE!', '"ABC"'], [0.00009079985934,..

Decoded Output download

<?php

declare(strict_types=1);

return [
    ['#VALUE!', '"ABC"'],
    [0.00009079985934, -10],
    [0.00373487243864, '-PI() * 2'],
    [0.01347528222130, '"-5"'],
    [0.08626673833405, '-PI()'],
    [0.39853681533839, '-PI() / 2'],
    [0.99502074895323, -0.1],
    [1.0, 0.0],
    [0.99502074895323, 0.1],
    [0.39853681533839, 'PI() / 2'],
    [0.08626673833405, 'PI()'],
    [0.01347528222130, 5],
    [0.00373487243864, 'PI() * 2'],
    [0.00009079985934, 10],
    ['exception', ''],
    [1, 'Q15'],
    [0.648054274, 'true'],
    [1, 'false'],
    [0.507378751, 'A2'],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    ['#VALUE!', '"ABC"'],
    [0.00009079985934, -10],
    [0.00373487243864, '-PI() * 2'],
    [0.01347528222130, '"-5"'],
    [0.08626673833405, '-PI()'],
    [0.39853681533839, '-PI() / 2'],
    [0.99502074895323, -0.1],
    [1.0, 0.0],
    [0.99502074895323, 0.1],
    [0.39853681533839, 'PI() / 2'],
    [0.08626673833405, 'PI()'],
    [0.01347528222130, 5],
    [0.00373487243864, 'PI() * 2'],
    [0.00009079985934, 10],
    ['exception', ''],
    [1, 'Q15'],
    [0.648054274, 'true'],
    [1, 'false'],
    [0.507378751, 'A2'],
];

Function Calls

None

Variables

None

Stats

MD5 3633e72af9643a59ec5df92fd203f6b7
Eval Count 0
Decode Time 91 ms