Home
last modified time | relevance | path

Searched refs:doc_prop (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/dom/
H A Ddocument.c463 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
490 ZVAL_BOOL(retval, doc_prop->formatoutput); in dom_document_format_output_read()
590 ZVAL_BOOL(retval, doc_prop->recover); in dom_document_recover_read()
601 doc_prop->recover = zend_is_true(newval); in dom_document_recover_write()
1496 dom_doc_propsptr doc_prop; in dom_parse_document() local
1534 doc_prop = NULL; in dom_parse_document()
1537 doc_prop = intern->document->doc_props; in dom_parse_document()
1548 intern->document->doc_props = doc_prop; in dom_parse_document()
2023 dom_doc_propsptr doc_prop; in dom_load_html() local
2085 doc_prop = NULL; in dom_load_html()
[all …]

Completed in 12 milliseconds