diff options
Diffstat (limited to 'ext/dom/notation.c')
-rw-r--r-- | ext/dom/notation.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/dom/notation.c b/ext/dom/notation.c index cf4039f3ab..20d5d053d2 100644 --- a/ext/dom/notation.c +++ b/ext/dom/notation.c @@ -28,10 +28,10 @@ #include "php_dom.h" /* -* class DOMNotation extends DOMNode +* class DOMNotation extends DOMNode * * URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-5431D1B9 -* Since: +* Since: */ const zend_function_entry php_dom_notation_class_functions[] = { @@ -40,10 +40,10 @@ const zend_function_entry php_dom_notation_class_functions[] = { /* {{{ attribute protos, not implemented yet */ -/* {{{ publicId string -readonly=yes +/* {{{ publicId string +readonly=yes URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-54F2B4D0 -Since: +Since: */ int dom_notation_public_id_read(dom_object *obj, zval *retval) { @@ -65,10 +65,10 @@ int dom_notation_public_id_read(dom_object *obj, zval *retval) /* }}} */ -/* {{{ systemId string -readonly=yes +/* {{{ systemId string +readonly=yes URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-E8AAB1D0 -Since: +Since: */ int dom_notation_system_id_read(dom_object *obj, zval *retval) { |