diff options
-rw-r--r-- | ext/dom/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/node.c b/ext/dom/node.c index 013e34593c..6964812d23 100644 --- a/ext/dom/node.c +++ b/ext/dom/node.c @@ -1412,7 +1412,7 @@ PHP_FUNCTION(dom_node_has_attributes) /* }}} end dom_node_has_attributes */ -/* {{{ proto unsigned short dom_node_compare_document_position(node other); +/* {{{ proto short dom_node_compare_document_position(node other); URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-compareDocumentPosition Since: DOM Level 3 */ |