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' => 'tes-vous sr de vouloir faire cela ?', 'action..

Decoded Output download

<?php

return [

    'confirmation' => 'tes-vous sr de vouloir faire cela ?',

    'actions' => [

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

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

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

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'confirmation' => 'tes-vous sr de vouloir faire cela ?',

    'actions' => [

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

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

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

    ],

];

Function Calls

None

Variables

None

Stats

MD5 f940688f131178ee04844f4d5bb8fdc0
Eval Count 0
Decode Time 89 ms