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' => 'Handlinger', ], ]; ..

Decoded Output download

<?php

return [

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

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

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

];

Function Calls

None

Variables

None

Stats

MD5 30fd0ad6911390688e0f492b8fae1cc9
Eval Count 0
Decode Time 107 ms