stricterror       459 ext/dom/document.c 		ZVAL_BOOL(retval, doc_prop->stricterror);
stricterror       471 ext/dom/document.c 		doc_prop->stricterror = zend_is_true(newval);
stricterror       746 ext/dom/element.c 	int errorcode = 0, stricterror, is_xmlns = 0, name_valid;
stricterror       759 ext/dom/element.c 	stricterror = dom_get_strict_error(intern->document);
stricterror       762 ext/dom/element.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror);
stricterror       836 ext/dom/element.c 				stricterror = 1;
stricterror       853 ext/dom/element.c 		php_dom_throw_error(errorcode, stricterror);
stricterror       921 ext/dom/node.c 	int ret, stricterror;
stricterror       937 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
stricterror       941 ext/dom/node.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror);
stricterror       946 ext/dom/node.c 		php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror);
stricterror       951 ext/dom/node.c 		php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror);
stricterror       968 ext/dom/node.c 			php_dom_throw_error(NOT_FOUND_ERR, stricterror);
stricterror      1082 ext/dom/node.c 	int foundoldchild = 0, stricterror;
stricterror      1104 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
stricterror      1108 ext/dom/node.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror);
stricterror      1113 ext/dom/node.c 		php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror);
stricterror      1118 ext/dom/node.c 		php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror);
stricterror      1170 ext/dom/node.c 	int ret, stricterror;
stricterror      1184 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
stricterror      1188 ext/dom/node.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror);
stricterror      1194 ext/dom/node.c 		php_dom_throw_error(NOT_FOUND_ERR, stricterror);
stricterror      1207 ext/dom/node.c 	php_dom_throw_error(NOT_FOUND_ERR, stricterror);
stricterror      1221 ext/dom/node.c 	int ret, stricterror;
stricterror      1235 ext/dom/node.c 	stricterror = dom_get_strict_error(intern->document);
stricterror      1239 ext/dom/node.c 		php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, stricterror);
stricterror      1244 ext/dom/node.c 		php_dom_throw_error(HIERARCHY_REQUEST_ERR, stricterror);
stricterror      1249 ext/dom/node.c 		php_dom_throw_error(WRONG_DOCUMENT_ERR, stricterror);
stricterror       174 ext/dom/php_dom.c 		doc_props->stricterror = 1;
stricterror       198 ext/dom/php_dom.c 		dest->stricterror = source->stricterror;
stricterror       251 ext/dom/php_dom.c 	int stricterror;
stricterror       255 ext/dom/php_dom.c 	stricterror = doc_props->stricterror;
stricterror       260 ext/dom/php_dom.c 	return stricterror;
stricterror        63 ext/libxml/php_libxml.h 	int stricterror;