summaryrefslogtreecommitdiff
path: root/ext/dom/text.c
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2004-11-18 19:55:00 +0000
committerRob Richards <rrichards@php.net>2004-11-18 19:55:00 +0000
commit62f3ccdea9d03147231a5bf6f496398015c20ec2 (patch)
tree8b60d06a9c4c6107e53a0376349ae7d73d47085b /ext/dom/text.c
parent77598e0382e19968c78012083ff9c358791b965f (diff)
downloadphp-git-62f3ccdea9d03147231a5bf6f496398015c20ec2.tar.gz
MFH: prototype fixes (Jakub Vrána)
Diffstat (limited to 'ext/dom/text.c')
-rw-r--r--ext/dom/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/text.c b/ext/dom/text.c
index ab89177065..418766fb44 100644
--- a/ext/dom/text.c
+++ b/ext/dom/text.c
@@ -78,7 +78,7 @@ PHP_METHOD(domtext, __construct)
}
/* }}} end DOMText::__construct */
-/* {{{ proto wholeText string
+/* {{{ wholeText string
readonly=yes
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Text3-wholeText
Since: DOM Level 3