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 true if everything is ok, false otherwise * * @phpstub * * @param..

Decoded Output download

<?php

/**
 * Return true if everything is ok, false otherwise
 *
 * @phpstub
 *
 * @param resource $root
 * @param string $path
 * @param string $name
 * @param string $value
 *
 * @return bool
 */
function svn_fs_change_node_prop($root, $path, $name, $value)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return true if everything is ok, false otherwise
 *
 * @phpstub
 *
 * @param resource $root
 * @param string $path
 * @param string $name
 * @param string $value
 *
 * @return bool
 */
function svn_fs_change_node_prop($root, $path, $name, $value)
{
}

Function Calls

None

Variables

None

Stats

MD5 a2fc130e6d7e3a3225d2ad2a6c7a2dfa
Eval Count 0
Decode Time 91 ms