Update proto&arginfo for double_encode in htmlspecialchars()&htmlentities()

This commit is contained in:
Hannes Magnusson 2007-05-22 15:38:27 +00:00
parent c1ba2927aa
commit cdd37424a8
2 changed files with 4 additions and 2 deletions

View file

@ -1665,6 +1665,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_htmlspecialchars, 0, 0, 1)
ZEND_ARG_INFO(0, string)
ZEND_ARG_INFO(0, quote_style)
ZEND_ARG_INFO(0, charset)
ZEND_ARG_INFO(0, double_encode)
ZEND_END_ARG_INFO()
static
@ -1685,6 +1686,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_htmlentities, 0, 0, 1)
ZEND_ARG_INFO(0, string)
ZEND_ARG_INFO(0, quote_style)
ZEND_ARG_INFO(0, charset)
ZEND_ARG_INFO(0, double_encode)
ZEND_END_ARG_INFO()
static