document          191 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          274 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          321 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          377 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          514 ext/dom/document.c 	if (obj->document) {
document          515 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          530 ext/dom/document.c 	if (obj->document) {
document          531 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          552 ext/dom/document.c 	if (obj->document) {
document          553 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          568 ext/dom/document.c 	if (obj->document) {
document          569 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          589 ext/dom/document.c 	if (obj->document) {
document          590 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          605 ext/dom/document.c 	if (obj->document) {
document          606 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          626 ext/dom/document.c 	if (obj->document) {
document          627 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          642 ext/dom/document.c 	if (obj->document) {
document          643 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          663 ext/dom/document.c 	if (obj->document) {
document          664 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          679 ext/dom/document.c 	if (obj->document) {
document          680 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          700 ext/dom/document.c 	if (obj->document) {
document          701 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          716 ext/dom/document.c 	if (obj->document) {
document          717 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          737 ext/dom/document.c 	if (obj->document) {
document          738 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          753 ext/dom/document.c 	if (obj->document) {
document          754 ext/dom/document.c 		doc_prop = dom_get_doc_props(obj->document);
document          857 ext/dom/document.c 		php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1001 ext/dom/document.c 		php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1036 ext/dom/document.c 		php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1070 ext/dom/document.c 		php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1212 ext/dom/document.c 		php_dom_throw_error(errorcode, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1280 ext/dom/document.c 		php_dom_throw_error(errorcode, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1428 ext/dom/document.c 		intern->document = NULL;
document         1497 ext/dom/document.c 	php_libxml_ref_obj *document = NULL;
document         1505 ext/dom/document.c 		document = intern->document;
document         1508 ext/dom/document.c 	doc_props = dom_get_doc_props(document);
document         1515 ext/dom/document.c 	if (document == NULL) {
document         1647 ext/dom/document.c 				doc_prop = intern->document->doc_props;
document         1648 ext/dom/document.c 				intern->document->doc_props = NULL;
document         1654 ext/dom/document.c 			intern->document = NULL;
document         1658 ext/dom/document.c 			intern->document->doc_props = doc_prop;
document         1716 ext/dom/document.c 	doc_props = dom_get_doc_props(intern->document);
document         1755 ext/dom/document.c 	doc_props = dom_get_doc_props(intern->document);
document         1762 ext/dom/document.c 			php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         2178 ext/dom/document.c 				doc_prop = intern->document->doc_props;
document         2179 ext/dom/document.c 				intern->document->doc_props = NULL;
document         2185 ext/dom/document.c 			intern->document = NULL;
document         2189 ext/dom/document.c 			intern->document->doc_props = doc_prop;
document         2246 ext/dom/document.c 	doc_props = dom_get_doc_props(intern->document);
document         2279 ext/dom/document.c 	doc_props = dom_get_doc_props(intern->document);
document         2286 ext/dom/document.c 			php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         2385 ext/dom/document.c 		if (dom_set_doc_classmap(intern->document, basece, ce TSRMLS_CC) == FAILURE) {
document          138 ext/dom/documentfragment.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          243 ext/dom/domimplementation.c 		doctobj->document = ((dom_object *)((php_libxml_node_ptr *)docp->_private)->_private)->document;
document          399 ext/dom/element.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          453 ext/dom/element.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          547 ext/dom/element.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          559 ext/dom/element.c 		php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          578 ext/dom/element.c 		attrobj->document = intern->document;
document          613 ext/dom/element.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          620 ext/dom/element.c 		php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          764 ext/dom/element.c 	stricterror = dom_get_strict_error(intern->document);
document          886 ext/dom/element.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          972 ext/dom/element.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          984 ext/dom/element.c 		php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1009 ext/dom/element.c 		attrobj->document = intern->document;
document         1159 ext/dom/element.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1165 ext/dom/element.c 		php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1195 ext/dom/element.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1201 ext/dom/element.c 		php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1229 ext/dom/element.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1236 ext/dom/element.c 		php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document          818 ext/dom/node.c 					php_dom_throw_error(NAMESPACE_ERR, dom_get_strict_error(obj->document) TSRMLS_CC);
document          979 ext/dom/node.c 					childobj->document = intern->document;
document         1022 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
document         1046 ext/dom/node.c 		childobj->document = intern->document;
document         1189 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
document         1231 ext/dom/node.c 				newchildobj->document = intern->document;
document         1240 ext/dom/node.c 		php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
document         1269 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
document         1320 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
document         1344 ext/dom/node.c 		childobj->document = intern->document;
document          154 ext/dom/php_dom.c dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document)
document          158 ext/dom/php_dom.c 	if (document && document->doc_props) {
document          159 ext/dom/php_dom.c 		return document->doc_props;
document          170 ext/dom/php_dom.c 		if (document) {
document          171 ext/dom/php_dom.c 			document->doc_props = doc_props;
document          202 ext/dom/php_dom.c int dom_set_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece, zend_class_entry *ce TSRMLS_DC)
document          206 ext/dom/php_dom.c 	if (document) {
document          207 ext/dom/php_dom.c 		doc_props = dom_get_doc_props(document);
document          224 ext/dom/php_dom.c zend_class_entry *dom_get_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece TSRMLS_DC)
document          229 ext/dom/php_dom.c 	if (document) {
document          230 ext/dom/php_dom.c 		doc_props = dom_get_doc_props(document);
document          243 ext/dom/php_dom.c int dom_get_strict_error(php_libxml_ref_obj *document) {
document          247 ext/dom/php_dom.c 	doc_props = dom_get_doc_props(document);
document          249 ext/dom/php_dom.c 	if (document == NULL) {
document         1156 ext/dom/php_dom.c 	intern->document = NULL;
document         1191 ext/dom/php_dom.c 					clone->document = intern->document;
document         1195 ext/dom/php_dom.c 				if (intern->document != clone->document) {
document         1196 ext/dom/php_dom.c 					dom_copy_doc_props(intern->document, clone->document);
document         1427 ext/dom/php_dom.c 	if (domobj && domobj->document) {
document         1428 ext/dom/php_dom.c 		ce = dom_get_doc_classmap(domobj->document, ce TSRMLS_CC);
document         1435 ext/dom/php_dom.c 			intern->document = domobj->document;
document           73 ext/dom/php_dom.h 	php_libxml_ref_obj *document;
document           98 ext/dom/php_dom.h dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document);
document          104 ext/dom/php_dom.h int dom_get_strict_error(php_libxml_ref_obj *document);
document          125 ext/dom/php_dom.h int dom_set_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece, zend_class_entry *ce TSRMLS_DC);
document           32 ext/dom/xml_common.h 	php_libxml_ref_obj *document;
document           73 ext/dom/xml_common.h 	if (__intern->document != NULL) { \
document           74 ext/dom/xml_common.h 		if (!(__ptr = (__prtype)__intern->document->ptr)) { \
document          312 ext/dom/xpath.c 		intern->document = docobj->document;
document         1243 ext/libxml/libxml.c 	if (object->document != NULL) {
document         1244 ext/libxml/libxml.c 		object->document->refcount++;
document         1245 ext/libxml/libxml.c 		ret_refcount = object->document->refcount;
document         1248 ext/libxml/libxml.c 		object->document = emalloc(sizeof(php_libxml_ref_obj));
document         1249 ext/libxml/libxml.c 		object->document->ptr = docp;
document         1250 ext/libxml/libxml.c 		object->document->refcount = ret_refcount;
document         1251 ext/libxml/libxml.c 		object->document->doc_props = NULL;
document         1261 ext/libxml/libxml.c 	if (object != NULL && object->document != NULL) {
document         1262 ext/libxml/libxml.c 		ret_refcount = --object->document->refcount;
document         1264 ext/libxml/libxml.c 			if (object->document->ptr != NULL) {
document         1265 ext/libxml/libxml.c 				xmlFreeDoc((xmlDoc *) object->document->ptr);
document         1267 ext/libxml/libxml.c 			if (object->document->doc_props != NULL) {
document         1268 ext/libxml/libxml.c 				if (object->document->doc_props->classmap) {
document         1269 ext/libxml/libxml.c 					zend_hash_destroy(object->document->doc_props->classmap);
document         1270 ext/libxml/libxml.c 					FREE_HASHTABLE(object->document->doc_props->classmap);
document         1272 ext/libxml/libxml.c 				efree(object->document->doc_props);
document         1274 ext/libxml/libxml.c 			efree(object->document);
document         1275 ext/libxml/libxml.c 			object->document = NULL;
document         1336 ext/libxml/libxml.c 	if (object != NULL && object->document != NULL) {
document           79 ext/libxml/php_libxml.h 	php_libxml_ref_obj *document;
document           60 ext/simplexml/php_simplexml.h 	php_libxml_ref_obj *document;
document           73 ext/simplexml/simplexml.c 	subnode->document = sxe->document;
document           74 ext/simplexml/simplexml.c 	subnode->document->refcount++;
document         1021 ext/simplexml/simplexml.c 		subnode->document = sxe_ref->document;
document         1022 ext/simplexml/simplexml.c 		subnode->document->refcount++;
document         1107 ext/simplexml/simplexml.c 					ZVAL_STRING(value, sxe_xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, attr->children, 1), 0);
document         1232 ext/simplexml/simplexml.c 		} else if (sxe1->document->ptr == sxe2->document->ptr) {
document         1268 ext/simplexml/simplexml.c 		sxe->xpath = xmlXPathNewContext((xmlDocPtr) sxe->document->ptr);
document         1271 ext/simplexml/simplexml.c 		php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement((xmlDocPtr) sxe->document->ptr), NULL TSRMLS_CC);
document         1281 ext/simplexml/simplexml.c  	ns = xmlGetNsList((xmlDocPtr) sxe->document->ptr, nodeptr);
document         1347 ext/simplexml/simplexml.c 		sxe->xpath = xmlXPathNewContext((xmlDocPtr) sxe->document->ptr);
document         1386 ext/simplexml/simplexml.c 				bytes = xmlSaveFile(filename, (xmlDocPtr) sxe->document->ptr);
document         1399 ext/simplexml/simplexml.c 				xmlNodeDumpOutput(outbuf, (xmlDocPtr) sxe->document->ptr, node, 0, 0, NULL);
document         1414 ext/simplexml/simplexml.c 			xmlDocDumpMemoryEnc((xmlDocPtr) sxe->document->ptr, &strval, &strval_len, ((xmlDocPtr) sxe->document->ptr)->encoding);
document         1425 ext/simplexml/simplexml.c 			xmlNodeDumpOutput(outbuf, (xmlDocPtr) sxe->document->ptr, node, 0, 0, ((xmlDocPtr) sxe->document->ptr)->encoding);
document         1541 ext/simplexml/simplexml.c 		node = xmlDocGetRootElement((xmlDocPtr)sxe->document->ptr);
document         1827 ext/simplexml/simplexml.c 			contents = xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, node->children, 1);
document         1831 ext/simplexml/simplexml.c 			if (sxe->document) {
document         1832 ext/simplexml/simplexml.c 				php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement((xmlDocPtr) sxe->document->ptr), NULL TSRMLS_CC);
document         1838 ext/simplexml/simplexml.c 				contents = xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, sxe->node->node->children, 1);
document         1996 ext/simplexml/simplexml.c 	clone->document = sxe->document;
document         1997 ext/simplexml/simplexml.c 	if (clone->document) {
document         1998 ext/simplexml/simplexml.c 		clone->document->refcount++;
document         1999 ext/simplexml/simplexml.c 		docp = clone->document->ptr;
document         2258 ext/simplexml/simplexml.c 		((php_libxml_node_object *)sxe)->document = NULL;
document         2484 ext/simplexml/simplexml.c 		sxe->document = object->document;
document          289 ext/xsl/xsltprocessor.c 								node = xmlDocCopyNodeList(domintern->document->ptr, node);
document          540 ext/xsl/xsltprocessor.c 		intern->doc->document = object->document;