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, null, ], [ ..

Decoded Output download

<?php

declare(strict_types=1);

return [
    [
        0,
        null,
    ],
    [
        0,
        '',
    ],
    [
        9,
        'AbCdEfGhI',
    ],
    [
        10,
        'MARK BAKER',
    ],
    [
        4,
        true,
    ],
    [
        5,
        false,
    ],
    'no arguments' => ['exception'],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    [
        0,
        null,
    ],
    [
        0,
        '',
    ],
    [
        9,
        'AbCdEfGhI',
    ],
    [
        10,
        'MARK BAKER',
    ],
    [
        4,
        true,
    ],
    [
        5,
        false,
    ],
    'no arguments' => ['exception'],
];

Function Calls

None

Variables

None

Stats

MD5 919228c49b0158dccb04386bf7c07978
Eval Count 0
Decode Time 78 ms