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 [ 'title' => 'Pogled :label', 'breadcrumb' => 'Pogled', 'cont..

Decoded Output download

<?php

return [

    'title' => 'Pogled :label',

    'breadcrumb' => 'Pogled',

    'content' => [

        'tab' => [
            'label' => 'Pogled',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => 'Pogled :label',

    'breadcrumb' => 'Pogled',

    'content' => [

        'tab' => [
            'label' => 'Pogled',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 0e4eba6dd4ca626afbbf64046ecf92bf
Eval Count 0
Decode Time 89 ms