Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/
H A Ddocument.c274 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
301 ZVAL_BOOL(retval, doc_prop->formatoutput); in dom_document_format_output_read()
401 ZVAL_BOOL(retval, doc_prop->recover); in dom_document_recover_read()
412 doc_prop->recover = zend_is_true(newval); in dom_document_recover_write()
1293 dom_doc_propsptr doc_prop; in dom_parse_document() local
1331 doc_prop = NULL; in dom_parse_document()
1334 doc_prop = intern->document->doc_props; in dom_parse_document()
1345 intern->document->doc_props = doc_prop; in dom_parse_document()
1827 dom_doc_propsptr doc_prop; in dom_load_html() local
1890 doc_prop = NULL; in dom_load_html()
[all …]

Completed in 13 milliseconds