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 [ [ 3.7795275590999999, 0.1000..
Decoded Output download
<?php
declare(strict_types=1);
return [
[
3.7795275590999999,
0.10000000000000001,
],
[
7.5590551181999999,
0.20000000000000001,
],
[
18.8976377955,
0.5,
],
[
37.795275590999999,
1.0,
],
[
75.590551181999999,
2.0,
],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
[
3.7795275590999999,
0.10000000000000001,
],
[
7.5590551181999999,
0.20000000000000001,
],
[
18.8976377955,
0.5,
],
[
37.795275590999999,
1.0,
],
[
75.590551181999999,
2.0,
],
];
Function Calls
None |
Stats
MD5 | 3de577789a8e2ac5f8ce5614087bb5f4 |
Eval Count | 0 |
Decode Time | 84 ms |