Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Ddocument.c278 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_strict_error_checking_read()
300 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_format_output_read()
321 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_validate_on_parse_read()
342 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_resolve_externals_read()
363 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_preserve_whitespace_read()
384 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_recover_read()
405 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_substitue_entities_read()
1271 libxml_doc_props const* doc_props = dom_get_doc_props_read_only(document); in dom_document_parser()
1483 libxml_doc_props const* doc_props = dom_get_doc_props_read_only(intern->document); in PHP_METHOD()
1521 libxml_doc_props const* doc_props = dom_get_doc_props_read_only(intern->document); in PHP_METHOD()
[all …]
H A Dphp_dom.h119 libxml_doc_props const* dom_get_doc_props_read_only(const php_libxml_ref_obj *document);
H A Dphp_dom.c179 libxml_doc_props const* dom_get_doc_props_read_only(const php_libxml_ref_obj *document) in dom_get_doc_props_read_only() function
194 libxml_doc_props const* source = dom_get_doc_props_read_only(source_doc); in dom_copy_doc_props()
237 libxml_doc_props const* doc_props = dom_get_doc_props_read_only(document); in dom_get_doc_classmap()
252 return dom_get_doc_props_read_only(document)->stricterror; in dom_get_strict_error()
/PHP-8.3/
H A DUPGRADING.INTERNALS133 - A new function dom_get_doc_props_read_only() is added to gather the document

Completed in 18 milliseconds