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' => ' ', 'placeholder' => '', ..

Decoded Output download

<?php

return [

    'field' => [
        'label' => ' ',
        'placeholder' => '',
    ],

    'no_results_message' => '      .',

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'field' => [
        'label' => ' ',
        'placeholder' => '',
    ],

    'no_results_message' => '      .',

];

Function Calls

None

Variables

None

Stats

MD5 2130232a89e3291f410f558e38275f6f
Eval Count 0
Decode Time 107 ms