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 warnings encountered for specified document * *..
Decoded Output download
<?php
/**
* Returns the Number of Tidy warnings encountered for specified document
*
* @phpstub
*
* @param tidy $object
*
* @return int Returns the number of warnings.
*/
function tidy_warning_count($object)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the Number of Tidy warnings encountered for specified document
*
* @phpstub
*
* @param tidy $object
*
* @return int Returns the number of warnings.
*/
function tidy_warning_count($object)
{
}
Function Calls
None |
Stats
MD5 | 1a5544208de82ce0d87df2f9e2d323ee |
Eval Count | 0 |
Decode Time | 84 ms |