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 [ [ 4.671330448981, 0.3, 7, ..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        4.671330448981,
        0.3, 7,
    ],
    [
        12.548861396889,
        0.75, 10,
    ],
    [
        3.283020286760,
        0.93, 1,
    ],
    [
        1.832581463748,
        0.6, 2,
    ],
    [
        0.454936423120,
        0.5, 1,
    ],
    [
        4.351460191096,
        0.5, 5,
    ],
    [
        1.323303696932,
        0.75, 1,
    ],
    [
        0.210721031316,
        0.1, 2,
    ],
    [
        3.218875824869,
        0.8, 2,
    ],
    [
        1.212532903046,
        0.25, 3,
    ],
    [
        '#VALUE!',
        'NaN', 3,
    ],
    [
        '#VALUE!',
        0.25, 'NaN',
    ],
    'Probability < 0' => [
        '#NUM!',
        -0.1, 3,
    ],
    'Probability > 1' => [
        '#NUM!',
        1.1, 3,
    ],
    'Freedom > 1' => [
        '#NUM!',
        0.1, 0.5,
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        4.671330448981,
        0.3, 7,
    ],
    [
        12.548861396889,
        0.75, 10,
    ],
    [
        3.283020286760,
        0.93, 1,
    ],
    [
        1.832581463748,
        0.6, 2,
    ],
    [
        0.454936423120,
        0.5, 1,
    ],
    [
        4.351460191096,
        0.5, 5,
    ],
    [
        1.323303696932,
        0.75, 1,
    ],
    [
        0.210721031316,
        0.1, 2,
    ],
    [
        3.218875824869,
        0.8, 2,
    ],
    [
        1.212532903046,
        0.25, 3,
    ],
    [
        '#VALUE!',
        'NaN', 3,
    ],
    [
        '#VALUE!',
        0.25, 'NaN',
    ],
    'Probability < 0' => [
        '#NUM!',
        -0.1, 3,
    ],
    'Probability > 1' => [
        '#NUM!',
        1.1, 3,
    ],
    'Freedom > 1' => [
        '#NUM!',
        0.1, 0.5,
    ],
];

Function Calls

None

Variables

None

Stats

MD5 ca448beb3a0488a6df8f3808cd9bfd35
Eval Count 0
Decode Time 79 ms