Browse Source

proto fix

experimental/ZendEngine2
Hartmut Holzgraefe 25 years ago
parent
commit
dcda91c1a1
  1. 2
      ext/xml/xml.c

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

Loading…
Cancel
Save