Home
last modified time | relevance | path

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

/PHP-8.1/ext/dom/
H A Ddocument.c280 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
307 ZVAL_BOOL(retval, doc_prop->formatoutput); in dom_document_format_output_read()
407 ZVAL_BOOL(retval, doc_prop->recover); in dom_document_recover_read()
418 doc_prop->recover = zend_is_true(newval); in dom_document_recover_write()
1327 dom_doc_propsptr doc_prop; in dom_parse_document() local
1365 doc_prop = NULL; in dom_parse_document()
1368 doc_prop = intern->document->doc_props; in dom_parse_document()
1379 intern->document->doc_props = doc_prop; in dom_parse_document()
1861 dom_doc_propsptr doc_prop; in dom_load_html() local
1924 doc_prop = NULL; in dom_load_html()
[all …]

Completed in 10 milliseconds