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 f8fc842c7a7da2e256fe356f5f4960c8
Eval Count 0
Decode Time 101 ms