diff options
| author | Zeev Suraski <zeev@php.net> | 2004-05-30 17:34:11 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2004-05-30 17:34:11 +0000 |
| commit | e54165e4062804a1aa8c7c3cc4b87021d181d4d5 (patch) | |
| tree | 08d71035dd6338e7851063853532ccb47f66a8cc | |
| parent | e11b518c95f4cfa26c4722df6eb3a46cfb57f272 (diff) | |
| download | php-git-e54165e4062804a1aa8c7c3cc4b87021d181d4d5.tar.gz | |
No meaning for unsigned
| -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 */ |
