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, 'PI() / 2'],
    [0.89120736, '"1.1"'],
    [-0.89120736, '-1.1'],
    [0.909297427, '2.0'],
    [0, 'Q15'],
    [0, 'false'],
    [0.841470985, 'true'],
    [0.909297427, 'A2'],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    ['exception', ''],
    ['#VALUE!', '"ABC"'],
    [0, '0'],
    [1, 'PI() / 2'],
    [0.89120736, '"1.1"'],
    [-0.89120736, '-1.1'],
    [0.909297427, '2.0'],
    [0, 'Q15'],
    [0, 'false'],
    [0.841470985, 'true'],
    [0.909297427, 'A2'],
];

Function Calls

None

Variables

None

Stats

MD5 8b683cfde67a794b32f8427d3178f9b9
Eval Count 0
Decode Time 90 ms