Home
last modified time | relevance | path

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

/PHP-7.3/ext/dom/
H A Ddocument.c457 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
484 ZVAL_BOOL(retval, doc_prop->formatoutput); in dom_document_format_output_read()
584 ZVAL_BOOL(retval, doc_prop->recover); in dom_document_recover_read()
595 doc_prop->recover = zend_is_true(newval); in dom_document_recover_write()
1474 dom_doc_propsptr doc_prop; in dom_parse_document() local
1512 doc_prop = NULL; in dom_parse_document()
1515 doc_prop = intern->document->doc_props; in dom_parse_document()
1526 intern->document->doc_props = doc_prop; in dom_parse_document()
1997 dom_doc_propsptr doc_prop; in dom_load_html() local
2059 doc_prop = NULL; in dom_load_html()
[all …]

Completed in 10 milliseconds