mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove unused register_html_constants() function
This commit is contained in:
@@ -1335,12 +1335,6 @@ static void php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all)
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ register_html_constants */
|
||||
void register_html_constants(INIT_FUNC_ARGS)
|
||||
{
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ Convert special characters to HTML entities */
|
||||
PHP_FUNCTION(htmlspecialchars)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user