diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-17 21:01:06 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-17 21:01:06 +0000 |
commit | dcda91c1a16f8d06688cda2c73bcab044df451e4 (patch) | |
tree | 211849dcea5d69d26bc6c48e13401ce9de1b6897 | |
parent | e51ce799afebac0977e6a1b3b0455c86569001ad (diff) | |
download | php-git-dcda91c1a16f8d06688cda2c73bcab044df451e4.tar.gz |
proto fix
-rw-r--r-- | ext/xml/xml.c | 2 |
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) { |