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 props are different, false otherwise * * @phpstub * * @pa..

Decoded Output download

<?php

/**
 * Return true if props are different, false otherwise
 *
 * @phpstub
 *
 * @param resource $root1
 * @param string $path1
 * @param resource $root2
 * @param string $path2
 *
 * @return bool
 */
function svn_fs_props_changed($root1, $path1, $root2, $path2)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return true if props are different, false otherwise
 *
 * @phpstub
 *
 * @param resource $root1
 * @param string $path1
 * @param resource $root2
 * @param string $path2
 *
 * @return bool
 */
function svn_fs_props_changed($root1, $path1, $root2, $path2)
{
}

Function Calls

None

Variables

None

Stats

MD5 a3ea90f331dd680c5a1b260d82f56711
Eval Count 0
Decode Time 93 ms