From: Zeev Suraski Date: Sun, 30 May 2004 17:34:11 +0000 (+0000) Subject: No meaning for unsigned X-Git-Tag: php-5.0.0RC3RC2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e54165e4062804a1aa8c7c3cc4b87021d181d4d5;p=php No meaning for unsigned --- 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 */