diff options
author | Xinchen Hui <laruence@gmail.com> | 2015-12-12 22:52:37 -0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2015-12-12 22:52:37 -0800 |
commit | 4171a8f6c631e3c34d1d070d553e7611b5474263 (patch) | |
tree | 6363c7c317651de3cef5a6abf26b79ed849cad74 /ext/xmlwriter | |
parent | a9026070b69a3fa836c347edac07605d8e8950c4 (diff) | |
download | php-git-4171a8f6c631e3c34d1d070d553e7611b5474263.tar.gz |
Internal function argumensts cleanup (strict_types)
Diffstat (limited to 'ext/xmlwriter')
-rw-r--r-- | ext/xmlwriter/php_xmlwriter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlwriter/php_xmlwriter.c b/ext/xmlwriter/php_xmlwriter.c index a7da0e7902..9e9e8f39e8 100644 --- a/ext/xmlwriter/php_xmlwriter.c +++ b/ext/xmlwriter/php_xmlwriter.c @@ -1622,7 +1622,7 @@ static PHP_FUNCTION(xmlwriter_end_dtd_entity) } /* }}} */ -/* {{{ proto bool xmlwriter_write_dtd_entity(resource xmlwriter, string name, string content [, int pe [, string pubid [, string sysid [, string ndataid]]]]) +/* {{{ proto bool xmlwriter_write_dtd_entity(resource xmlwriter, string name, string content [, bool pe [, string pubid [, string sysid [, string ndataid]]]]) Write full DTD Entity tag - returns FALSE on error */ static PHP_FUNCTION(xmlwriter_write_dtd_entity) { |