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 /** * Sets a user-defined error handler function * * @phpstub * * @param calla..

Decoded Output download

<?php

/**
 * Sets a user-defined error handler function
 *
 * @phpstub
 *
 * @param callable $error_handler
 * @param int $error_types
 *
 * @return mixed Returns a string containing the previously defined error handler (if any). If
 *               the built-in error handler is used null is returned. null is also returned
 *               in case of an error such as an invalid callback. If the previous error handler
 *               was a class method, this function will return an indexed array with the class
 *               and the method name.
 */
function set_error_handler($error_handler, $error_types = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets a user-defined error handler function
 *
 * @phpstub
 *
 * @param callable $error_handler
 * @param int $error_types
 *
 * @return mixed Returns a string containing the previously defined error handler (if any). If
 *               the built-in error handler is used null is returned. null is also returned
 *               in case of an error such as an invalid callback. If the previous error handler
 *               was a class method, this function will return an indexed array with the class
 *               and the method name.
 */
function set_error_handler($error_handler, $error_types = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 df54c9baad88add306dd615848f03207
Eval Count 0
Decode Time 76 ms