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 [ 'trigger' => [ 'label' => 'Azioni', ], ]; ..

Decoded Output download

<?php

return [

    'trigger' => [
        'label' => 'Azioni',
    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'trigger' => [
        'label' => 'Azioni',
    ],

];

Function Calls

None

Variables

None

Stats

MD5 eb5d95bb49d0641b0e84a5ad42554f22
Eval Count 0
Decode Time 102 ms