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' => [ 'arn' => '', 'be' => '', 'bm' => ..

Decoded Output download

<?php

return [
    'Names' => [
        'arn' => '',
        'be' => '',
        'bm' => '',
        'bn' => '',
        'ff' => '',
        'ht' => ' ',
        'lo' => '',
        'moh' => '',
        'nqo' => '',
        'shi' => ' ',
        'xh' => '',
        'zgh' => '  ',
        'zu' => '',
    ],
    'LocalizedNames' => [],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'arn' => '',
        'be' => '',
        'bm' => '',
        'bn' => '',
        'ff' => '',
        'ht' => ' ',
        'lo' => '',
        'moh' => '',
        'nqo' => '',
        'shi' => ' ',
        'xh' => '',
        'zgh' => '  ',
        'zu' => '',
    ],
    'LocalizedNames' => [],
];

Function Calls

None

Variables

None

Stats

MD5 e6d10cf9f6a06e2bf29fd64564cadbf9
Eval Count 0
Decode Time 98 ms