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 [ 'actions' => [ 'open_documentation' => [ 'label'..

Decoded Output download

<?php

return [

    'actions' => [

        'open_documentation' => [
            'label' => '',
        ],

        'open_github' => [
            'label' => 'GitHub',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'actions' => [

        'open_documentation' => [
            'label' => '',
        ],

        'open_github' => [
            'label' => 'GitHub',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 72261b70dc5586b5950eacb3f67c2518
Eval Count 0
Decode Time 96 ms