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 [ 'active_locale' => [ 'label' => '', ], ]; ..

Decoded Output download

<?php

return [

    'active_locale' => [
        'label' => '',
    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'active_locale' => [
        'label' => '',
    ],

];

Function Calls

None

Variables

None

Stats

MD5 c22218dcbeba4fe2d932cf033492ea52
Eval Count 0
Decode Time 99 ms