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

Decoded Output download

<?php

declare(strict_types=1);

return [
    ['exception', ''],
    ['#VALUE!', '"ABC"'],
    [0, '0'],
    [1.557407725, '1'],
    [-2.185039863, '"2"'],
    [1, 'PI() / 4'],
    ['#DIV/0!', 'PI() / 2'],
    ['#DIV/0!', '-PI() / 2'],
    ['#DIV/0!', '3 * PI() / 2'],
    [0, 'Q15'],
    [0, 'false'],
    [1.557407725, 'true'],
    [1.557407725, 'A2'],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    ['exception', ''],
    ['#VALUE!', '"ABC"'],
    [0, '0'],
    [1.557407725, '1'],
    [-2.185039863, '"2"'],
    [1, 'PI() / 4'],
    ['#DIV/0!', 'PI() / 2'],
    ['#DIV/0!', '-PI() / 2'],
    ['#DIV/0!', '3 * PI() / 2'],
    [0, 'Q15'],
    [0, 'false'],
    [1.557407725, 'true'],
    [1.557407725, 'A2'],
];

Function Calls

None

Variables

None

Stats

MD5 426402e72f1b8e4c642f73c8be3e4a35
Eval Count 0
Decode Time 80 ms