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 /** * Sets an authentication parameter * * @phpstub * * @param string $key * ..

Decoded Output download

<?php

/**
 * Sets an authentication parameter
 *
 * @phpstub
 *
 * @param string $key
 * @param string $value
 *
 * @return void 
 */
function svn_auth_set_parameter($key, $value)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets an authentication parameter
 *
 * @phpstub
 *
 * @param string $key
 * @param string $value
 *
 * @return void 
 */
function svn_auth_set_parameter($key, $value)
{
}

Function Calls

None

Variables

None

Stats

MD5 23b606aeb2cbd0bf87cce5dfbd5fdb2b
Eval Count 0
Decode Time 84 ms