Skip to content

Commit 6f41683

Browse files
author
Egon Schmid
committed
Thies, can you provide some docs? I need something to show to my German translators.
Is the &obj correct?
1 parent f17f3e4 commit 6f41683

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
@@ -1038,7 +1038,7 @@ PHP_FUNCTION(xml_parser_create)
10381038
}
10391039
/* }}} */
10401040

1041-
/* {{{ proto int xml_set_object(int pind,object &obj)
1041+
/* {{{ proto int xml_set_object(int pind, object &obj)
10421042
Set up object which should be used for callbacks */
10431043
PHP_FUNCTION(xml_set_object)
10441044
{

0 commit comments

Comments
 (0)