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 return [ 'Names' => [ 'MOP' => [ 'MOP$', '', ..

Decoded Output download

<?php

return [
    'Names' => [
        'MOP' => [
            'MOP$',
            '',
        ],
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'MOP' => [
            'MOP$',
            '',
        ],
    ],
];

Function Calls

None

Variables

None

Stats

MD5 ba0827dfe42871f328e56b5cd580439f
Eval Count 0
Decode Time 150 ms