summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-17 21:01:06 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-17 21:01:06 +0000
commitdcda91c1a16f8d06688cda2c73bcab044df451e4 (patch)
tree211849dcea5d69d26bc6c48e13401ce9de1b6897
parente51ce799afebac0977e6a1b3b0455c86569001ad (diff)
downloadphp-git-dcda91c1a16f8d06688cda2c73bcab044df451e4.tar.gz
proto fix
-rw-r--r--ext/xml/xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c
index 4aba4a626f..f523ba819b 100644
--- a/ext/xml/xml.c
+++ b/ext/xml/xml.c
@@ -1049,7 +1049,7 @@ PHP_FUNCTION(xml_parser_create)
}
/* }}} */
-/* {{{ proto int xml_parser_create_ns([string encoding][, string sep])
+/* {{{ proto int xml_parser_create_ns([string encoding [, string sep]])
Create an XML parser */
PHP_FUNCTION(xml_parser_create_ns)
{