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' => 'Dokumentcija',
        ],

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

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'actions' => [

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

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

    ],

];

Function Calls

None

Variables

None

Stats

MD5 178851edbf72ee4092be4f65c89b01f5
Eval Count 0
Decode Time 137 ms