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 /** * Enables or disables internal debug output * * @phpstub * * @param bool $..

Decoded Output download

<?php

/**
 * Enables or disables internal debug output
 *
 * @phpstub
 *
 * @param bool $onoff
 *
 * @return void 
 */
function oci_internal_debug($onoff)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Enables or disables internal debug output
 *
 * @phpstub
 *
 * @param bool $onoff
 *
 * @return void 
 */
function oci_internal_debug($onoff)
{
}

Function Calls

None

Variables

None

Stats

MD5 f6eed5ed490a230e1d4a1c03c453d596
Eval Count 0
Decode Time 113 ms