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.9087887802741, 42, 40, 1.5, true], [0..
Decoded Output download
<?php
declare(strict_types=1);
return [
[0.9087887802741, 42, 40, 1.5, true],
[0.109340049784, 42, 40, 1.5, false],
[0.0176032663382, 50, 40, 20, false],
[0.2524925375469, 0.8, 1, 0.3, true],
[0.8413447460685, 68, 65.5, 2.5, true],
['#NUM!', 42, 40, -1.5, true],
['#VALUE!', 'NaN', 40, 1.5, true],
['#VALUE!', 42, 'NaN', 1.5, true],
['#VALUE!', 42, 40, 'NaN', true],
['#VALUE!', 42, 40, 1.5, 'NaN'],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
[0.9087887802741, 42, 40, 1.5, true],
[0.109340049784, 42, 40, 1.5, false],
[0.0176032663382, 50, 40, 20, false],
[0.2524925375469, 0.8, 1, 0.3, true],
[0.8413447460685, 68, 65.5, 2.5, true],
['#NUM!', 42, 40, -1.5, true],
['#VALUE!', 'NaN', 40, 1.5, true],
['#VALUE!', 42, 'NaN', 1.5, true],
['#VALUE!', 42, 40, 'NaN', true],
['#VALUE!', 42, 40, 1.5, 'NaN'],
];
Function Calls
None |
Stats
MD5 | 37b146cbcbc860c7b2e86f2cbc692348 |
Eval Count | 0 |
Decode Time | 68 ms |