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 [ [0.4772498680518, 2], [-0.4999997133484,..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [0.4772498680518, 2],
    [-0.4999997133484, -5],
    [0.0, 0],
    [0.0398278372770, 0.1],
    [0.4937903346742, 2.5],
    ['#VALUE!', 'NAN'],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [0.4772498680518, 2],
    [-0.4999997133484, -5],
    [0.0, 0],
    [0.0398278372770, 0.1],
    [0.4937903346742, 2.5],
    ['#VALUE!', 'NAN'],
];

Function Calls

None

Variables

None

Stats

MD5 634646cd4235acdb168b8223c47f3789
Eval Count 0
Decode Time 82 ms