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' => ':label yarat', 'breadcrumb' => 'Yarat', 'form' ..

Decoded Output download

<?php

return [

    'title' => ':label yarat',

    'breadcrumb' => 'Yarat',

    'form' => [

        'actions' => [

            'cancel' => [
                'label' => 'mtina',
            ],

            'create' => [
                'label' => 'Yarat',
            ],

            'create_another' => [
                'label' => 'Yarat & yenisini yarat',
            ],

        ],

    ],

    'notifications' => [

        'created' => [
            'title' => 'Yaradld',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => ':label yarat',

    'breadcrumb' => 'Yarat',

    'form' => [

        'actions' => [

            'cancel' => [
                'label' => 'mtina',
            ],

            'create' => [
                'label' => 'Yarat',
            ],

            'create_another' => [
                'label' => 'Yarat & yenisini yarat',
            ],

        ],

    ],

    'notifications' => [

        'created' => [
            'title' => 'Yaradld',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 ea9399bf59505b0ebb51d3a4492e0bcd
Eval Count 0
Decode Time 94 ms