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 [ 'confirmation' => '', 'actions' => [ 'cancel' => [ ..

Decoded Output download

<?php

return [

    'confirmation' => '',

    'actions' => [

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

        'confirm' => [
            'label' => '',
        ],

        'submit' => [
            'label' => '',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'confirmation' => '',

    'actions' => [

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

        'confirm' => [
            'label' => '',
        ],

        'submit' => [
            'label' => '',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 263288dadc9d02bd45421500729a2480
Eval Count 0
Decode Time 79 ms