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 [ [ 10.0000111914377, 0.068094..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        10.0000111914377,
        0.068094, 9, 2,
    ],
    [
        5.348120627447,
        0.5, 3, 2,
    ],
    [
        '#VALUE!',
        'NaN', 3, 2,
    ],
    [
        '#VALUE!',
        0.5, 'NaN', 2,
    ],
    [
        '#VALUE!',
        0.5, 3, 'NaN',
    ],
    'Probability < 0' => [
        '#NUM!',
        -0.5, 3, 2,
    ],
    'Probability > 1' => [
        '#NUM!',
        1.5, 3, 2,
    ],
    'Alpha < 0' => [
        '#NUM!',
        0.5, -3, 2,
    ],
    'Alpha = 0' => [
        '#NUM!',
        0.5, 0, 2,
    ],
    'Beta < 0' => [
        '#NUM!',
        0.5, 3, -2,
    ],
    'Beta = 0' => [
        '#NUM!',
        0.5, 3, 0,
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        10.0000111914377,
        0.068094, 9, 2,
    ],
    [
        5.348120627447,
        0.5, 3, 2,
    ],
    [
        '#VALUE!',
        'NaN', 3, 2,
    ],
    [
        '#VALUE!',
        0.5, 'NaN', 2,
    ],
    [
        '#VALUE!',
        0.5, 3, 'NaN',
    ],
    'Probability < 0' => [
        '#NUM!',
        -0.5, 3, 2,
    ],
    'Probability > 1' => [
        '#NUM!',
        1.5, 3, 2,
    ],
    'Alpha < 0' => [
        '#NUM!',
        0.5, -3, 2,
    ],
    'Alpha = 0' => [
        '#NUM!',
        0.5, 0, 2,
    ],
    'Beta < 0' => [
        '#NUM!',
        0.5, 3, -2,
    ],
    'Beta = 0' => [
        '#NUM!',
        0.5, 3, 0,
    ],
];

Function Calls

None

Variables

None

Stats

MD5 7b882304f9bbf097a4a39feb05a5fd1a
Eval Count 0
Decode Time 76 ms