diff options
author | Egon Schmid <eschmid@php.net> | 1999-12-05 16:59:15 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 1999-12-05 16:59:15 +0000 |
commit | 6f41683925b100aa635f77fa24c21e122aceaf60 (patch) | |
tree | 6a3f86600d001714312a6b00742defd4ac6b0922 /ext/xml | |
parent | f17f3e4fa145d5b358bef68bd77e142fbc4394c2 (diff) | |
download | php-git-6f41683925b100aa635f77fa24c21e122aceaf60.tar.gz |
Thies, can you provide some docs? I need something to show to my German translators.
Is the &obj correct?
Diffstat (limited to 'ext/xml')
-rw-r--r-- | ext/xml/xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c index 047a0117d9..7547a9bff2 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -1038,7 +1038,7 @@ PHP_FUNCTION(xml_parser_create) } /* }}} */ -/* {{{ proto int xml_set_object(int pind,object &obj) +/* {{{ proto int xml_set_object(int pind, object &obj) Set up object which should be used for callbacks */ PHP_FUNCTION(xml_set_object) { |