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 /** * Performs debugging operations * * @phpstub * * @param string $debug * ..

Decoded Output download

<?php

/**
 * Performs debugging operations
 *
 * @phpstub
 *
 * @param string $debug
 *
 * @return void doesn't return any value.
 */
function maxdb_debug($debug)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Performs debugging operations
 *
 * @phpstub
 *
 * @param string $debug
 *
 * @return void doesn't return any value.
 */
function maxdb_debug($debug)
{
}

Function Calls

None

Variables

None

Stats

MD5 e8417b8d894cebfbd1d58dd68d4ca481
Eval Count 0
Decode Time 85 ms