Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Ddocument.c1357 libxml_doc_props const* doc_props; in dom_document_parser() local
1359 doc_props = dom_get_doc_props_read_only(NULL); in dom_document_parser()
1365 validate = doc_props->validateonparse; in dom_document_parser()
1367 keep_blanks = doc_props->preservewhitespace; in dom_document_parser()
1487 doc_prop = intern->document->doc_props; in php_dom_finish_loading_document()
1488 intern->document->doc_props = NULL; in php_dom_finish_loading_document()
1496 intern->document->doc_props = doc_prop; in php_dom_finish_loading_document()
1584 bool format = doc_props->formatoutput; in PHP_METHOD()
1619 bool format = doc_props->formatoutput; in dom_document_save_xml()
2168 format = doc_props->formatoutput; in PHP_METHOD()
[all …]
H A Dphp_dom.c214 dom_doc_propsptr doc_props; in dom_get_doc_props() local
216 if (document && document->doc_props) { in dom_get_doc_props()
217 return document->doc_props; in dom_get_doc_props()
222 document->doc_props = doc_props; in dom_get_doc_props()
224 return doc_props; in dom_get_doc_props()
231 if (document && document->doc_props) { in dom_get_doc_props_read_only()
232 return document->doc_props; in dom_get_doc_props_read_only()
267 dom_doc_propsptr doc_props; in dom_set_doc_classmap() local
271 if (doc_props->classmap == NULL) { in dom_set_doc_classmap()
275 ALLOC_HASHTABLE(doc_props->classmap); in dom_set_doc_classmap()
[all …]
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_should_retain_properties_and_owner_01.phpt21 // Test if property is preserved (any random doc_props property will do)
H A DHTMLDocument_should_retain_properties_and_owner_02.phpt21 // Test if property is preserved (any random doc_props property will do)
/php-src/ext/libxml/
H A Dlibxml.c1364 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()
1385 if (document->doc_props != NULL) { in php_libxml_decrement_doc_ref_directly()
1386 if (document->doc_props->classmap) { in php_libxml_decrement_doc_ref_directly()
1387 zend_hash_destroy(document->doc_props->classmap); in php_libxml_decrement_doc_ref_directly()
1388 FREE_HASHTABLE(document->doc_props->classmap); in php_libxml_decrement_doc_ref_directly()
1390 efree(document->doc_props); in php_libxml_decrement_doc_ref_directly()
H A Dphp_libxml.h112 libxml_doc_props *doc_props; member

Completed in 78 milliseconds