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 [ 'messages' => [ 'copied' => '', ], ]; ..

Decoded Output download

<?php

return [

    'messages' => [
        'copied' => '',
    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'messages' => [
        'copied' => '',
    ],

];

Function Calls

None

Variables

None

Stats

MD5 c3243423ef070c31590ba0a91aa6b36a
Eval Count 0
Decode Time 89 ms