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 fddd41feaf3829439b6ada4a068d6482
Eval Count 0
Decode Time 106 ms