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 [ 'field' => [ 'label' => 'Visprja meklana', 'placehold..

Decoded Output download

<?php

return [

    'field' => [
        'label' => 'Visprja meklana',
        'placeholder' => 'Meklt',
    ],

    'no_results_message' => 'Meklanas rezultti nav atrasti.',

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'field' => [
        'label' => 'Visprja meklana',
        'placeholder' => 'Meklt',
    ],

    'no_results_message' => 'Meklanas rezultti nav atrasti.',

];

Function Calls

None

Variables

None

Stats

MD5 94a8829277f818ae887812605b56ea34
Eval Count 0
Decode Time 107 ms