stricterror       516 ext/dom/document.c 		ZVAL_BOOL(*retval, doc_prop->stricterror);
stricterror       532 ext/dom/document.c 		doc_prop->stricterror = Z_LVAL_P(newval);
stricterror       751 ext/dom/element.c 	int errorcode = 0, stricterror, is_xmlns = 0, name_valid;
stricterror       764 ext/dom/element.c 	stricterror = dom_get_strict_error(intern->document);
stricterror       767 ext/dom/element.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror TSRMLS_CC);
stricterror       841 ext/dom/element.c 				stricterror = 1;
stricterror       858 ext/dom/element.c 		php_dom_throw_error(errorcode, stricterror TSRMLS_CC);
stricterror      1006 ext/dom/node.c 	int ret, stricterror;
stricterror      1022 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
stricterror      1026 ext/dom/node.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror TSRMLS_CC);
stricterror      1031 ext/dom/node.c 		php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror TSRMLS_CC);
stricterror      1036 ext/dom/node.c 		php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror TSRMLS_CC);
stricterror      1053 ext/dom/node.c 			php_dom_throw_error(NOT_FOUND_ERR, stricterror TSRMLS_CC);
stricterror      1167 ext/dom/node.c 	int foundoldchild = 0, stricterror;
stricterror      1189 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
stricterror      1193 ext/dom/node.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror TSRMLS_CC);
stricterror      1198 ext/dom/node.c 		php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror TSRMLS_CC);
stricterror      1203 ext/dom/node.c 		php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror TSRMLS_CC);
stricterror      1255 ext/dom/node.c 	int ret, stricterror;
stricterror      1269 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
stricterror      1273 ext/dom/node.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror TSRMLS_CC);
stricterror      1279 ext/dom/node.c 		php_dom_throw_error(NOT_FOUND_ERR, stricterror TSRMLS_CC);
stricterror      1292 ext/dom/node.c 	php_dom_throw_error(NOT_FOUND_ERR, stricterror TSRMLS_CC);
stricterror      1306 ext/dom/node.c 	int ret, stricterror;
stricterror      1320 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
stricterror      1324 ext/dom/node.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror TSRMLS_CC);
stricterror      1329 ext/dom/node.c 		php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror TSRMLS_CC);
stricterror      1334 ext/dom/node.c 		php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror TSRMLS_CC);
stricterror       167 ext/dom/php_dom.c 		doc_props->stricterror = 1;
stricterror       191 ext/dom/php_dom.c 		dest->stricterror = source->stricterror;
stricterror       244 ext/dom/php_dom.c 	int stricterror;
stricterror       248 ext/dom/php_dom.c 	stricterror = doc_props->stricterror;
stricterror       253 ext/dom/php_dom.c 	return stricterror;
stricterror        59 ext/libxml/php_libxml.h 	int stricterror;