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' => [ 'en' => 'angls', 'oc' => 'occitan', ]..

Decoded Output download

<?php

return [
    'Names' => [
        'en' => 'angls',
        'oc' => 'occitan',
    ],
    'LocalizedNames' => [],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'Names' => [
        'en' => 'angls',
        'oc' => 'occitan',
    ],
    'LocalizedNames' => [],
];

Function Calls

None

Variables

None

Stats

MD5 1ddd06d22024d21bc8405226c23377e9
Eval Count 0
Decode Time 81 ms