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 /** * Created by IntelliJ IDEA. * User: winglechen * Date: 15/12/18 * Time: 18:0..

Decoded Output download

<?php
/**
 * Created by IntelliJ IDEA.
 * User: winglechen
 * Date: 15/12/18
 * Time: 18:00
 */

return [
    'b' => [
        'test' => 'test',
        'db' => 'test'
    ],
    'evn' => 'test',
    'a' => 'test',
];
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Created by IntelliJ IDEA.
 * User: winglechen
 * Date: 15/12/18
 * Time: 18:00
 */

return [
    'b' => [
        'test' => 'test',
        'db' => 'test'
    ],
    'evn' => 'test',
    'a' => 'test',
];

Function Calls

None

Variables

None

Stats

MD5 05f3ee6a18ef355c5497b426bbd8c524
Eval Count 0
Decode Time 99 ms