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.520499877813, 0.5, 1, tr..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        0.520499877813,
        0.5, 1, true,
    ],
    [
        0.207553748710,
        2, 3, false,
    ],
    [
        0.111565080074,
        3, 2, false,
    ],
    [
        0.776869839852,
        3, 2, true,
    ],
    [
        0.039646370521,
        3, 9, false,
    ],
    [
        0.035705027315,
        3, 9, true,
    ],
    [
        0.103349469094,
        7.5, 8, false,
    ],
    [
        0.516232618446,
        7.5, 8, true,
    ],
    [
        0.020666985354,
        8, 3, false,
    ],
    [
        0.953988294311,
        8, 3, true,
    ],
    [
        '#VALUE!',
        'NaN', 3, true,
    ],
    [
        '#VALUE!',
        2, 'NaN', true,
    ],
    [
        '#VALUE!',
        2, 3, 'NaN',
    ],
    'Value < 0' => [
        '#NUM!',
        -8, 3, true,
    ],
    'Degrees < 1' => [
        '#NUM!',
        8, 0, true,
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        0.520499877813,
        0.5, 1, true,
    ],
    [
        0.207553748710,
        2, 3, false,
    ],
    [
        0.111565080074,
        3, 2, false,
    ],
    [
        0.776869839852,
        3, 2, true,
    ],
    [
        0.039646370521,
        3, 9, false,
    ],
    [
        0.035705027315,
        3, 9, true,
    ],
    [
        0.103349469094,
        7.5, 8, false,
    ],
    [
        0.516232618446,
        7.5, 8, true,
    ],
    [
        0.020666985354,
        8, 3, false,
    ],
    [
        0.953988294311,
        8, 3, true,
    ],
    [
        '#VALUE!',
        'NaN', 3, true,
    ],
    [
        '#VALUE!',
        2, 'NaN', true,
    ],
    [
        '#VALUE!',
        2, 3, 'NaN',
    ],
    'Value < 0' => [
        '#NUM!',
        -8, 3, true,
    ],
    'Degrees < 1' => [
        '#NUM!',
        8, 0, true,
    ],
];

Function Calls

None

Variables

None

Stats

MD5 274460d884514274c38041f5e68508bc
Eval Count 0
Decode Time 101 ms