@@ -88,7 +88,7 @@ zend_function_entry php_dom_document_class_functions[] = {
88
88
{NULL , NULL , NULL }
89
89
};
90
90
91
- /* {{{ proto docType DOMDocumentType
91
+ /* {{{ docType DOMDocumentType
92
92
readonly=yes
93
93
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-B63ED1A31
94
94
Since:
@@ -124,7 +124,7 @@ int dom_document_doctype_read(dom_object *obj, zval **retval TSRMLS_DC)
124
124
125
125
126
126
127
- /* {{{ proto implementation DOMImplementation
127
+ /* {{{ implementation DOMImplementation
128
128
readonly=yes
129
129
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1B793EBA
130
130
Since:
@@ -140,7 +140,7 @@ int dom_document_implementation_read(dom_object *obj, zval **retval TSRMLS_DC)
140
140
141
141
142
142
143
- /* {{{ proto documentElement DOMElement
143
+ /* {{{ documentElement DOMElement
144
144
readonly=yes
145
145
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-87CD092
146
146
Since:
@@ -173,7 +173,7 @@ int dom_document_document_element_read(dom_object *obj, zval **retval TSRMLS_DC)
173
173
174
174
/* }}} */
175
175
176
- /* {{{ proto encoding string
176
+ /* {{{ encoding string
177
177
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-encoding
178
178
Since: DOM Level 3
179
179
*/
@@ -246,7 +246,7 @@ int dom_document_encoding_write(dom_object *obj, zval *newval TSRMLS_DC)
246
246
247
247
248
248
249
- /* {{{ proto standalone boolean
249
+ /* {{{ standalone boolean
250
250
readonly=no
251
251
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-standalone
252
252
Since: DOM Level 3
@@ -312,7 +312,7 @@ int dom_document_standalone_write(dom_object *obj, zval *newval TSRMLS_DC)
312
312
313
313
314
314
315
- /* {{{ proto version string
315
+ /* {{{ version string
316
316
readonly=no
317
317
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-version
318
318
Since: DOM Level 3
@@ -377,7 +377,7 @@ int dom_document_version_write(dom_object *obj, zval *newval TSRMLS_DC)
377
377
378
378
/* }}} */
379
379
380
- /* {{{ proto strictErrorChecking boolean
380
+ /* {{{ strictErrorChecking boolean
381
381
readonly=no
382
382
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-strictErrorChecking
383
383
Since: DOM Level 3
@@ -422,7 +422,7 @@ int dom_document_strict_error_checking_write(dom_object *obj, zval *newval TSRML
422
422
423
423
/* }}} */
424
424
425
- /* {{{ proto formatOutput boolean
425
+ /* {{{ formatOutput boolean
426
426
readonly=no
427
427
*/
428
428
int dom_document_format_output_read (dom_object * obj , zval * * retval TSRMLS_DC )
@@ -464,7 +464,7 @@ int dom_document_format_output_write(dom_object *obj, zval *newval TSRMLS_DC)
464
464
}
465
465
/* }}} */
466
466
467
- /* {{{ proto validateOnParse boolean
467
+ /* {{{ validateOnParse boolean
468
468
readonly=no
469
469
*/
470
470
int dom_document_validate_on_parse_read (dom_object * obj , zval * * retval TSRMLS_DC )
@@ -507,7 +507,7 @@ int dom_document_validate_on_parse_write(dom_object *obj, zval *newval TSRMLS_DC
507
507
/* }}} */
508
508
509
509
510
- /* {{{ proto resolveExternals boolean
510
+ /* {{{ resolveExternals boolean
511
511
readonly=no
512
512
*/
513
513
int dom_document_resolve_externals_read (dom_object * obj , zval * * retval TSRMLS_DC )
@@ -550,7 +550,7 @@ int dom_document_resolve_externals_write(dom_object *obj, zval *newval TSRMLS_DC
550
550
/* }}} */
551
551
552
552
553
- /* {{{ proto preserveWhiteSpace boolean
553
+ /* {{{ preserveWhiteSpace boolean
554
554
readonly=no
555
555
*/
556
556
int dom_document_preserve_whitespace_read (dom_object * obj , zval * * retval TSRMLS_DC )
@@ -592,7 +592,7 @@ int dom_document_preserve_whitespace_write(dom_object *obj, zval *newval TSRMLS_
592
592
}
593
593
/* }}} */
594
594
595
- /* {{{ proto recover boolean
595
+ /* {{{ recover boolean
596
596
readonly=no
597
597
*/
598
598
int dom_document_recover_read (dom_object * obj , zval * * retval TSRMLS_DC )
@@ -635,7 +635,7 @@ int dom_document_recover_write(dom_object *obj, zval *newval TSRMLS_DC)
635
635
/* }}} */
636
636
637
637
638
- /* {{{ proto substituteEntities boolean
638
+ /* {{{ substituteEntities boolean
639
639
readonly=no
640
640
*/
641
641
int dom_document_substitue_entities_read (dom_object * obj , zval * * retval TSRMLS_DC )
@@ -678,7 +678,7 @@ int dom_document_substitue_entities_write(dom_object *obj, zval *newval TSRMLS_D
678
678
/* }}} */
679
679
680
680
681
- /* {{{ proto documentURI string
681
+ /* {{{ documentURI string
682
682
readonly=no
683
683
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-documentURI
684
684
Since: DOM Level 3
@@ -744,7 +744,7 @@ int dom_document_document_uri_write(dom_object *obj, zval *newval TSRMLS_DC)
744
744
745
745
746
746
747
- /* {{{ proto config DOMConfiguration
747
+ /* {{{ config DOMConfiguration
748
748
readonly=yes
749
749
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-config
750
750
Since: DOM Level 3
@@ -1572,7 +1572,7 @@ static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) {
1572
1572
}
1573
1573
/* }}} end dom_parser_document */
1574
1574
1575
- /* {{{ proto boolean| DOMNode dom_document_load(string source);
1575
+ /* {{{ proto DOMNode dom_document_load(string source);
1576
1576
URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-load
1577
1577
Since: DOM Level 3
1578
1578
*/
@@ -1582,7 +1582,7 @@ PHP_METHOD(domdocument, load)
1582
1582
}
1583
1583
/* }}} end dom_document_load */
1584
1584
1585
- /* {{{ proto boolean| DOMNode dom_document_loadxml(string source);
1585
+ /* {{{ proto DOMNode dom_document_loadxml(string source);
1586
1586
URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-loadXML
1587
1587
Since: DOM Level 3
1588
1588
*/
@@ -1592,7 +1592,7 @@ PHP_METHOD(domdocument, loadXML)
1592
1592
}
1593
1593
/* }}} end dom_document_loadxml */
1594
1594
1595
- /* {{{ proto long dom_document_save(string file);
1595
+ /* {{{ proto int dom_document_save(string file);
1596
1596
Convenience method to save to file
1597
1597
*/
1598
1598
PHP_FUNCTION (dom_document_save )
@@ -2050,7 +2050,7 @@ static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode)
2050
2050
}
2051
2051
}
2052
2052
2053
- /* {{{ proto boolean| DOMNode dom_document_load_html_file(string source);
2053
+ /* {{{ proto DOMNode dom_document_load_html_file(string source);
2054
2054
Since: DOM extended
2055
2055
*/
2056
2056
PHP_METHOD (domdocument , loadHTMLFile )
@@ -2059,7 +2059,7 @@ PHP_METHOD(domdocument, loadHTMLFile)
2059
2059
}
2060
2060
/* }}} end dom_document_load_html_file */
2061
2061
2062
- /* {{{ proto boolean| DOMNode dom_document_load_html(string source);
2062
+ /* {{{ proto DOMNode dom_document_load_html(string source);
2063
2063
Since: DOM extended
2064
2064
*/
2065
2065
PHP_METHOD (domdocument , loadHTML )
@@ -2068,7 +2068,7 @@ PHP_METHOD(domdocument, loadHTML)
2068
2068
}
2069
2069
/* }}} end dom_document_load_html */
2070
2070
2071
- /* {{{ proto long dom_document_save_html_file(string file);
2071
+ /* {{{ proto int dom_document_save_html_file(string file);
2072
2072
Convenience method to save to file as html
2073
2073
*/
2074
2074
PHP_FUNCTION (dom_document_save_html_file )
0 commit comments