1
0
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:
Máté Kocsis
2024-02-18 09:13:02 +01:00
parent ec9b68cb6a
commit 90bf429bae

View File

@@ -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)
{