summaryrefslogtreecommitdiff
path: root/ext/dom/text.c
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2004-11-18 19:54:30 +0000
committerRob Richards <rrichards@php.net>2004-11-18 19:54:30 +0000
commitb87d8cdfd09639f307ed531f268a9e28d83adbdf (patch)
treeb3586d855254f8c99a1e42673deb6dc3261a85c8 /ext/dom/text.c
parent1e0212ef8e4b7901d563e3cdd143b039b8517a8b (diff)
downloadphp-git-b87d8cdfd09639f307ed531f268a9e28d83adbdf.tar.gz
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 4aeef619a8..96bcea1ef6 100644
--- a/ext/dom/text.c
+++ b/ext/dom/text.c
@@ -79,7 +79,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