dom_document_strict_error_checking_write   50 ext/dom/dom_properties.h int dom_document_strict_error_checking_write(dom_object *obj, zval *newval TSRMLS_DC);
dom_document_strict_error_checking_write  648 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_document_prop_handlers, "strictErrorChecking", dom_document_strict_error_checking_read, dom_document_strict_error_checking_write TSRMLS_CC);