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); // Result, lower bound, upper bound return [ [0.0, 0..

Decoded Output download

<?php

declare(strict_types=1);

//  Result, lower bound, upper bound
return [
    [0.0, 0],
    [0.0112834155558496, 0.01],
    [-0.8427007929497148, -1.0],
    [0.9661051464753108, 1.5],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

//  Result, lower bound, upper bound
return [
    [0.0, 0],
    [0.0112834155558496, 0.01],
    [-0.8427007929497148, -1.0],
    [0.9661051464753108, 1.5],
];

Function Calls

None

Variables

None

Stats

MD5 7fbae9373bebd40c4653935411604c33
Eval Count 0
Decode Time 117 ms