sax 1423 ext/dom/document.c if (ctxt->sax != NULL) { sax 1424 ext/dom/document.c ctxt->sax->error = php_libxml_ctx_error; sax 1425 ext/dom/document.c ctxt->sax->warning = php_libxml_ctx_warning; sax 2047 ext/dom/document.c if (ctxt->sax != NULL) { sax 2048 ext/dom/document.c ctxt->sax->error = php_libxml_ctx_error; sax 2049 ext/dom/document.c ctxt->sax->warning = php_libxml_ctx_warning; sax 98 ext/soap/php_xml.c ctxt->sax->ignorableWhitespace = soap_ignorableWhitespace; sax 99 ext/soap/php_xml.c ctxt->sax->comment = soap_Comment; sax 100 ext/soap/php_xml.c ctxt->sax->warning = NULL; sax 101 ext/soap/php_xml.c ctxt->sax->error = NULL; sax 147 ext/soap/php_xml.c ctxt->sax->ignorableWhitespace = soap_ignorableWhitespace; sax 148 ext/soap/php_xml.c ctxt->sax->comment = soap_Comment; sax 149 ext/soap/php_xml.c ctxt->sax->warning = NULL; sax 150 ext/soap/php_xml.c ctxt->sax->error = NULL; sax 489 ext/xml/compat.c parser->parser->sax->initialized = 1;