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"'],
    [1.316958, '2'],
    [0, '1'],
    ['#NUM!', '0'],
    ['#NUM!', '-1'],
    ['#NUM!', 'Q15'],
    ['#NUM!', 'false'],
    [0, 'true'],
    [0.96242365, 'A2'],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    ['exception', ''],
    ['#VALUE!', '"ABC"'],
    [1.316958, '2'],
    [0, '1'],
    ['#NUM!', '0'],
    ['#NUM!', '-1'],
    ['#NUM!', 'Q15'],
    ['#NUM!', 'false'],
    [0, 'true'],
    [0.96242365, 'A2'],
];

Function Calls

None

Variables

None

Stats

MD5 82db1b192a595b45bec646a5d4519a1c
Eval Count 0
Decode Time 88 ms