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 [ [ 3, 'E', 'QWERTYUIO..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        3,
        'E',
        'QWERTYUIOP',
    ],
    [
        4,
        'D',
        'ABCDEFGHI',
    ],
    [
        4,
        'E',
        true,
    ],
    [
        5,
        'E',
        false,
    ],
    [
        2,
        'A',
        'Mark Baker',
    ],
    [
        '#VALUE!',
        'C',
        'Mark Baker',
    ],
    [
        7,
        'A',
        'Mark Baker',
        3,
    ],
    [
        4,
        'K',
        'Mark Baker',
    ],
    [
        8,
        'K',
        'Mark Baker',
        5,
    ],
    [
        2,
        'A',
        'Mark Baker',
        2,
    ],
    [
        1,
        '',
        'Mark Baker',
    ],
    [
        1,
        '',
        '    ',
    ],
    [
        9,
        '',
        '    ',
    ],
    [
        22,
        '',
        '    ',
    ],
    [
        1,
        '',
        '    ',
    ],
    [
        9,
        '',
        '    ',
    ],
    [
        22,
        '',
        '    ',
    ],
    [
        '#VALUE!',
        'BITE',
        'BIT',
    ],
    'Boolean Needle' => [
        '#VALUE!',
        true,
        'Mark Baker',
    ],
    'no arguments' => ['exception'],
    'one argument' => ['exception', 'string'],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        3,
        'E',
        'QWERTYUIOP',
    ],
    [
        4,
        'D',
        'ABCDEFGHI',
    ],
    [
        4,
        'E',
        true,
    ],
    [
        5,
        'E',
        false,
    ],
    [
        2,
        'A',
        'Mark Baker',
    ],
    [
        '#VALUE!',
        'C',
        'Mark Baker',
    ],
    [
        7,
        'A',
        'Mark Baker',
        3,
    ],
    [
        4,
        'K',
        'Mark Baker',
    ],
    [
        8,
        'K',
        'Mark Baker',
        5,
    ],
    [
        2,
        'A',
        'Mark Baker',
        2,
    ],
    [
        1,
        '',
        'Mark Baker',
    ],
    [
        1,
        '',
        '    ',
    ],
    [
        9,
        '',
        '    ',
    ],
    [
        22,
        '',
        '    ',
    ],
    [
        1,
        '',
        '    ',
    ],
    [
        9,
        '',
        '    ',
    ],
    [
        22,
        '',
        '    ',
    ],
    [
        '#VALUE!',
        'BITE',
        'BIT',
    ],
    'Boolean Needle' => [
        '#VALUE!',
        true,
        'Mark Baker',
    ],
    'no arguments' => ['exception'],
    'one argument' => ['exception', 'string'],
];

Function Calls

None

Variables

None

Stats

MD5 acc602133e0ee45530b0cac5437e2a3e
Eval Count 0
Decode Time 91 ms