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 /** * Returns the Number of Tidy errors encountered for specified document * * @..

Decoded Output download

<?php

/**
 * Returns the Number of Tidy errors encountered for specified document
 *
 * @phpstub
 *
 * @param tidy $object
 *
 * @return int Returns the number of errors.
 */
function tidy_error_count($object)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the Number of Tidy errors encountered for specified document
 *
 * @phpstub
 *
 * @param tidy $object
 *
 * @return int Returns the number of errors.
 */
function tidy_error_count($object)
{
}

Function Calls

None

Variables

None

Stats

MD5 fb25d246a6ff9783a97803aaf3b72cdb
Eval Count 0
Decode Time 86 ms