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 /** * Check the word is correctly spelled and provide suggestions * * @phpstub ..

Decoded Output download

<?php

/**
 * Check the word is correctly spelled and provide suggestions
 *
 * @phpstub
 *
 * @param resource $dict
 * @param string $word
 * @param array $suggestions
 *
 * @return bool Returns true if the word is correctly spelled or false
 */
function enchant_dict_quick_check($dict, $word, &$suggestions = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Check the word is correctly spelled and provide suggestions
 *
 * @phpstub
 *
 * @param resource $dict
 * @param string $word
 * @param array $suggestions
 *
 * @return bool Returns true if the word is correctly spelled or false
 */
function enchant_dict_quick_check($dict, $word, &$suggestions = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 c014b64cb77a9cb4c4f6507e650f0b76
Eval Count 0
Decode Time 97 ms