mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
fix folding
This commit is contained in:
parent
833a2295d1
commit
fe54c5144d
@ -1196,7 +1196,7 @@ void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix)
|
||||
|
||||
/************************* EXTENSION FUNCTIONS *************************/
|
||||
|
||||
static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_support)
|
||||
static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_support) /* {{{ */
|
||||
{
|
||||
xml_parser *parser;
|
||||
int auto_detect = 0;
|
||||
@ -1252,6 +1252,7 @@ static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_supp
|
||||
ZEND_REGISTER_RESOURCE(return_value, parser,le_xml_parser);
|
||||
parser->index = Z_LVAL_P(return_value);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto resource xml_parser_create([string encoding])
|
||||
Create an XML parser */
|
||||
|
Loading…
Reference in New Issue
Block a user