summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-03-15 19:04:22 +0000
committerDerick Rethans <derick@php.net>2002-03-15 19:04:22 +0000
commitb5252e28dd67a6fbdba920a583e57bccfdf7a627 (patch)
treee738ee5ce5c740e279306c9c37b4d16590254e88
parent108448f37ad3938508cae082771af0e76e155986 (diff)
downloadphp-git-b5252e28dd67a6fbdba920a583e57bccfdf7a627.tar.gz
- Fix proto (again)
-rw-r--r--ext/domxml/php_domxml.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c
index 0fafbc61d9..04b95e45ac 100644
--- a/ext/domxml/php_domxml.c
+++ b/ext/domxml/php_domxml.c
@@ -2843,9 +2843,7 @@ PHP_FUNCTION(domxml_dump_mem)
/* }}} */
/* {{{ proto int domxml_dump_mem_file(object doc_handle [, int filename [, int compressmode]])
- Dumps document into file and uses compression if specified
- Returns false on error, otherwise the length of the xml-document (uncompressed)
- */
+ Dumps document into file and uses compression if specified. Returns false on error, otherwise the length of the xml-document (uncompressed) */
PHP_FUNCTION(domxml_dump_mem_file)
{
zval *id;