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' => [ 'sr' => '', 'sr_BA' => ' ( )', 's..

Decoded Output download

<?php

return [
    'Names' => [
        'sr' => '',
        'sr_BA' => ' ( )',
        'sr_Latn' => ' ()',
        'sr_Latn_BA' => ' (  )',
        'sr_Latn_ME' => ' ( )',
        'sr_Latn_RS' => ' ( )',
        'sr_ME' => ' ()',
        'sr_RS' => ' ()',
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'sr' => '',
        'sr_BA' => ' ( )',
        'sr_Latn' => ' ()',
        'sr_Latn_BA' => ' (  )',
        'sr_Latn_ME' => ' ( )',
        'sr_Latn_RS' => ' ( )',
        'sr_ME' => ' ()',
        'sr_RS' => ' ()',
    ],
];

Function Calls

None

Variables

None

Stats

MD5 10047062638a03fed1644beb1bd18bc4
Eval Count 0
Decode Time 94 ms