diff options
author | Rob Richards <rrichards@php.net> | 2004-11-18 19:54:30 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2004-11-18 19:54:30 +0000 |
commit | b87d8cdfd09639f307ed531f268a9e28d83adbdf (patch) | |
tree | b3586d855254f8c99a1e42673deb6dc3261a85c8 /ext/dom/notation.c | |
parent | 1e0212ef8e4b7901d563e3cdd143b039b8517a8b (diff) | |
download | php-git-b87d8cdfd09639f307ed531f268a9e28d83adbdf.tar.gz |
prototype fixes (Jakub Vrána)
Diffstat (limited to 'ext/dom/notation.c')
-rw-r--r-- | ext/dom/notation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/notation.c b/ext/dom/notation.c index 6dfbfcb22f..2cf1c0751c 100644 --- a/ext/dom/notation.c +++ b/ext/dom/notation.c @@ -41,7 +41,7 @@ zend_function_entry php_dom_notation_class_functions[] = { /* {{{ attribute protos, not implemented yet */ -/* {{{ proto publicId string +/* {{{ publicId string readonly=yes URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-54F2B4D0 Since: @@ -71,7 +71,7 @@ int dom_notation_public_id_read(dom_object *obj, zval **retval TSRMLS_DC) -/* {{{ proto systemId string +/* {{{ systemId string readonly=yes URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-E8AAB1D0 Since: |