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.667, [1, 2, 3, 4], ..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        0.667,
        [1, 2, 3, 4],
        3,
    ],
    [
        0.67,
        [1, 2, 3, 4],
        3,
        2,
    ],
    [
        0.83,
        [1, 2, 3, 4],
        3.5,
        2,
    ],
    [
        0.758,
        [7, 8, 9, 20],
        12,
    ],
    [
        0.2222,
        [10.5, 7.2, 200, 5.4, 8.1],
        7,
        4,
    ],
    [
        0.333,
        [13, 12, 11, 8, 4, 3, 2, 1, 1, 1],
        2,
    ],
    [
        0.556,
        [13, 12, 11, 8, 4, 3, 2, 1, 1, 1],
        4,
    ],
    [
        0.667,
        [13, 12, 11, 8, 4, 3, 2, 1, 1, 1],
        8,
    ],
    [
        0.583,
        [13, 12, 11, 8, 4, 3, 2, 1, 1, 1],
        5,
    ],
    [
        0.67,
        [1, 'Deux', 2, 'Uno', 3, 4],
        3,
        2,
    ],
    [
        '#VALUE!',
        ['A', 'B', 'C', 'D'],
        'E',
    ],
    [
        '#N/A',
        ['A', 'B', 'C', 'D'],
        3,
    ],
    [
        '#N/A',
        [1, 2, 3, 4],
        5,
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        0.667,
        [1, 2, 3, 4],
        3,
    ],
    [
        0.67,
        [1, 2, 3, 4],
        3,
        2,
    ],
    [
        0.83,
        [1, 2, 3, 4],
        3.5,
        2,
    ],
    [
        0.758,
        [7, 8, 9, 20],
        12,
    ],
    [
        0.2222,
        [10.5, 7.2, 200, 5.4, 8.1],
        7,
        4,
    ],
    [
        0.333,
        [13, 12, 11, 8, 4, 3, 2, 1, 1, 1],
        2,
    ],
    [
        0.556,
        [13, 12, 11, 8, 4, 3, 2, 1, 1, 1],
        4,
    ],
    [
        0.667,
        [13, 12, 11, 8, 4, 3, 2, 1, 1, 1],
        8,
    ],
    [
        0.583,
        [13, 12, 11, 8, 4, 3, 2, 1, 1, 1],
        5,
    ],
    [
        0.67,
        [1, 'Deux', 2, 'Uno', 3, 4],
        3,
        2,
    ],
    [
        '#VALUE!',
        ['A', 'B', 'C', 'D'],
        'E',
    ],
    [
        '#N/A',
        ['A', 'B', 'C', 'D'],
        3,
    ],
    [
        '#N/A',
        [1, 2, 3, 4],
        5,
    ],
];

Function Calls

None

Variables

None

Stats

MD5 e03d1e3d4238fca0e677eb8bc9088e35
Eval Count 0
Decode Time 88 ms