1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00

proto fix

This commit is contained in:
Hartmut Holzgraefe
2001-12-17 21:01:06 +00:00
parent e51ce799af
commit dcda91c1a1

View File

@@ -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)
{