REGISTER_LONG_CONSTANT("ENT_NOQUOTES", ENT_NOQUOTES, CONST_PERSISTENT|CONST_CS);
}
-/* {{{ proto string htmlspecialchars(string string)
+/* {{{ proto string htmlspecialchars(string string [, int quote_style])
Convert special characters to HTML entities */
PHP_FUNCTION(htmlspecialchars)
{
}
/* }}} */
-/* {{{ proto string htmlentities(string string)
+/* {{{ proto string htmlentities(string string [, int quote_style])
Convert all applicable characters to HTML entities */
PHP_FUNCTION(htmlentities)
{