Skip to content

Commit 335d6f0

Browse files
committed
Fix grammar mistake in comment in xml.c
1 parent be2d9fd commit 335d6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/xml/xml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ static void php_xml_set_handler_parse_callable(
12571257
if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OF!", &pind, xml_parser_ce, &handler_fci, &handler_fcc) == SUCCESS) {
12581258
*parser = Z_XMLPARSER_P(pind);
12591259
if (!ZEND_FCI_INITIALIZED(handler_fci)) {
1260-
/* Free handler, so just return and a uninitialized FCC communicates this */
1260+
/* Free handler, so just return and an uninitialized FCC communicates this */
12611261
return;
12621262
}
12631263
memcpy(parser_handler_fcc, &handler_fcc, sizeof(zend_fcall_info_cache));

0 commit comments

Comments
 (0)