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

Decoded Output download

<?php

return [

    'messages' => [
        'uploading_file' => '  ...',
    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'messages' => [
        'uploading_file' => '  ...',
    ],

];

Function Calls

None

Variables

None

Stats

MD5 a13480e7ebd6d5aa2063afe2104bba25
Eval Count 0
Decode Time 113 ms