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.33803507, [0.04, 10000,..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        10.33803507,
        [0.04, 10000, 15000],
    ],
    [
        3.859866162622655,
        [0.025, 2000, 2200],
    ],
    [
        87.6054764193714,
        [0.025 / 12, 1000, 1200],
    ],
    [
        3.5644379226484437,
        [0.03, 9000, 10000],
    ],
    [
        14.206699082890474,
        [0.05, 50, 100],
    ],
    [
        '#VALUE!',
        ['NaN', 50, 100],
    ],
    [
        '#VALUE!',
        [0.05, 'NaN', 100],
    ],
    [
        '#VALUE!',
        [0.05, 50, 'NaN'],
    ],
    [
        '#NUM!',
        [-0.10, 50, 100],
    ],
    [
        '#NUM!',
        [0.00, 50, 100],
    ],
    [
        '#NUM!',
        [0.05, 0, 100],
    ],
    [
        '#NUM!',
        [0.05, 50, 0],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        10.33803507,
        [0.04, 10000, 15000],
    ],
    [
        3.859866162622655,
        [0.025, 2000, 2200],
    ],
    [
        87.6054764193714,
        [0.025 / 12, 1000, 1200],
    ],
    [
        3.5644379226484437,
        [0.03, 9000, 10000],
    ],
    [
        14.206699082890474,
        [0.05, 50, 100],
    ],
    [
        '#VALUE!',
        ['NaN', 50, 100],
    ],
    [
        '#VALUE!',
        [0.05, 'NaN', 100],
    ],
    [
        '#VALUE!',
        [0.05, 50, 'NaN'],
    ],
    [
        '#NUM!',
        [-0.10, 50, 100],
    ],
    [
        '#NUM!',
        [0.00, 50, 100],
    ],
    [
        '#NUM!',
        [0.05, 0, 100],
    ],
    [
        '#NUM!',
        [0.05, 50, 0],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 893bd5398d04a9e24bc4d30c38e01d01
Eval Count 0
Decode Time 73 ms